#854D09

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

Shades of Saddle Brown #854D09

Tints of Saddle Brown #854D09

Color information

#854D09 (or 0x854D09) is unknown color: approx Saddle Brown. HEX triplet: 85, 4D and 09. RGB value is (133,77,9). Sum of RGB (Red+Green+Blue) = 133+77+9=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #854D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854D09 is #7AB2F6. Grayscale: #565656. Windows color (decimal): -8041207 or 609669. OLE color: 609669.

HSL color Cylindrical-coordinate representation of color #854D09: hue angle of 32.9º 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 #854D09 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB133779-
CMYK00.420.930.48
HSL32.9º87.32%27.84%-
HSV(B)32.9º93.23%52.16%-
XYZ12.3810.311.6-
YUV85.9984.55161.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.73%
GREEN value IS 77 (30.47% from 255) = 35.16%
BLUE value IS 9 (3.91% from 255) = 4.11%
R=60.73%
G=35.16%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13377900.420.930.4832.987.3227.84
Hex854D902A5D3021571c
Octal20511511052135604112734
Binary100001011001101100101010101011101110000100001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,77,9); }

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

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

 a { background-color: rgb(133,77,9); }

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

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

 span { border-color: rgb(133,77,9); }

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