#842D09

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

Shades of Saddle Brown #842D09

Tints of Saddle Brown #842D09

Color information

#842D09 (or 0x842D09) is unknown color: approx Saddle Brown. HEX triplet: 84, 2D and 09. RGB value is (132,45,9). Sum of RGB (Red+Green+Blue) = 132+45+9=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #842D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842D09 is #7BD2F6. Grayscale: #434343. Windows color (decimal): -8114935 or 601476. OLE color: 601476.

HSL color Cylindrical-coordinate representation of color #842D09: hue angle of 17.56º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #842D09 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB132459-
CMYK00.660.930.48
HSL17.56º87.23%27.65%-
HSV(B)17.56º93.18%51.76%-
XYZ10.56.81.02-
YUV66.9195.32174.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 70.97%
GREEN value IS 45 (17.97% from 255) = 24.19%
BLUE value IS 9 (3.91% from 255) = 4.84%
R=70.97%
G=24.19%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13245900.660.930.4817.5687.2327.65
Hex842D90425D3012571c
Octal20455110102135602212734
Binary10000100101101100101000010101110111000010010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842D09; }

 p { color: rgb(132,45,9); }

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

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

 a { background-color: rgb(132,45,9); }

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

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

 span { border-color: rgb(132,45,9); }

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