#812A00

Color #812A00 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #812A00

Tints of Saddle Brown #812A00

Color information

#812A00 (or 0x812A00) is unknown color: approx Saddle Brown. HEX triplet: 81, 2A and 00. RGB value is (129,42,0). Sum of RGB (Red+Green+Blue) = 129+42+0=171 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.44% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 129 - color contains mainly: red. Hex color #812A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812A00 is #7ED5FF. Grayscale: #3F3F3F. Windows color (decimal): -8312320 or 10881. OLE color: 10881.

HSL color Cylindrical-coordinate representation of color #812A00: hue angle of 19.53º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #812A00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB129420-
CMYK00.6710.49
HSL19.53º100%25.29%-
HSV(B)19.53º100%50.59%-
XYZ9.886.320.7-
YUV63.2292.32174.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 75.44%
GREEN value IS 42 (16.80% from 255) = 24.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.44%
G=24.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12942000.6710.4919.5310025.29
Hex812A00436431146419
Octal2015200103144612414431
Binary10000001101010001000011110010011000110100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812A00; }

 p { color: rgb(129,42,0); }

 H1.HeaderClassName
 {
   color: #812A00;
 }
 .AnyTagClassName
 {
   color: #812A00;
 }
</style>
background-color css

<style>
 a { background-color: #812A00; }

 a { background-color: rgb(129,42,0); }

 div.DivClassName
 {
   background-color: #812A00;
 }
 .BgClassName
 {
   background-color: #812A00;
 }
</style>
border-color css

<style>
 span { border-color: #812A00; }

 span { border-color: rgb(129,42,0); }

 td.TdClassName
 {
   border-color: #812A00;
 }
 .TagClassName
 {
   border-color: #812A00;
 }
</style>