#84420D

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

Shades of Saddle Brown #84420D

Tints of Saddle Brown #84420D

Color information

#84420D (or 0x84420D) is unknown color: approx Saddle Brown. HEX triplet: 84, 42 and 0D. RGB value is (132,66,13). Sum of RGB (Red+Green+Blue) = 132+66+13=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84420D is #7BBDF2. Grayscale: #4F4F4F. Windows color (decimal): -8109555 or 868996. OLE color: 868996.

HSL color Cylindrical-coordinate representation of color #84420D: hue angle of 26.72º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84420D is Cyan = 0, Magento = 0.5, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB1326613-
CMYK00.50.900.48
HSL26.72º82.07%28.43%-
HSV(B)26.72º90.15%51.76%-
XYZ11.548.831.48-
YUV79.6990.37165.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.56%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 13 (5.47% from 255) = 6.16%
R=62.56%
G=31.28%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132661300.50.900.4826.7282.0728.43
Hex8442D0325A301b521c
Octal20410215062132603312234
Binary10000100100001011010110010101101011000011011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84420D; }

 p { color: rgb(132,66,13); }

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

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

 a { background-color: rgb(132,66,13); }

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

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

 span { border-color: rgb(132,66,13); }

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