#812902

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

Shades of Saddle Brown #812902

Tints of Saddle Brown #812902

Color information

#812902 (or 0x812902) is unknown color: approx Saddle Brown. HEX triplet: 81, 29 and 02. RGB value is (129,41,2). Sum of RGB (Red+Green+Blue) = 129+41+2=172 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 129 - color contains mainly: red. Hex color #812902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812902 is #7ED6FD. Grayscale: #3F3F3F. Windows color (decimal): -8312574 or 141697. OLE color: 141697.

HSL color Cylindrical-coordinate representation of color #812902: hue angle of 18.43º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #812902 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB129412-
CMYK00.680.980.49
HSL18.43º96.95%25.69%-
HSV(B)18.43º98.45%50.59%-
XYZ9.866.260.75-
YUV62.8793.65175.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 75%
GREEN value IS 41 (16.41% from 255) = 23.84%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=75%
G=23.84%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12941200.680.980.4918.4396.9525.69
Hex81292044623112611a
Octal2015120104142612214132
Binary100000011010011001000100110001011000110010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812902; }

 p { color: rgb(129,41,2); }

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

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

 a { background-color: rgb(129,41,2); }

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

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

 span { border-color: rgb(129,41,2); }

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