#81420F

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

Shades of Saddle Brown #81420F

Tints of Saddle Brown #81420F

Color information

#81420F (or 0x81420F) is unknown color: approx Saddle Brown. HEX triplet: 81, 42 and 0F. RGB value is (129,66,15). Sum of RGB (Red+Green+Blue) = 129+66+15=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #81420F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81420F is #7EBDF0. Grayscale: #4F4F4F. Windows color (decimal): -8306161 or 1000065. OLE color: 1000065.

HSL color Cylindrical-coordinate representation of color #81420F: hue angle of 26.84º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81420F is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB1296615-
CMYK00.490.880.49
HSL26.84º79.17%28.24%-
HSV(B)26.84º88.37%50.59%-
XYZ11.098.61.53-
YUV79.0291.87163.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.43%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 15 (6.25% from 255) = 7.14%
R=61.43%
G=31.43%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129661500.490.880.4926.8479.1728.24
Hex8142F03158311b4f1c
Octal20110217061130613311734
Binary10000001100001011110110001101100011000111011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81420F; }

 p { color: rgb(129,66,15); }

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

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

 a { background-color: rgb(129,66,15); }

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

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

 span { border-color: rgb(129,66,15); }

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