#854E09

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

Shades of Saddle Brown #854E09

Tints of Saddle Brown #854E09

Color information

#854E09 (or 0x854E09) is unknown color: approx Saddle Brown. HEX triplet: 85, 4E and 09. RGB value is (133,78,9). Sum of RGB (Red+Green+Blue) = 133+78+9=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #854E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854E09 is #7AB1F6. Grayscale: #565656. Windows color (decimal): -8040951 or 609925. OLE color: 609925.

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

Color convert

RGB133789-
CMYK00.410.930.48
HSL33.39º87.32%27.84%-
HSV(B)33.39º93.23%52.16%-
XYZ12.4510.461.62-
YUV86.5884.22161.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.45%
GREEN value IS 78 (30.86% from 255) = 35.45%
BLUE value IS 9 (3.91% from 255) = 4.09%
R=60.45%
G=35.45%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13378900.410.930.4833.3987.3227.84
Hex854E90295D3021571c
Octal20511611051135604112734
Binary100001011001110100101010011011101110000100001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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