#854E07

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

Shades of Saddle Brown #854E07

Tints of Saddle Brown #854E07

Color information

#854E07 (or 0x854E07) is unknown color: approx Saddle Brown. HEX triplet: 85, 4E and 07. RGB value is (133,78,7). Sum of RGB (Red+Green+Blue) = 133+78+7=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #854E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854E07 is #7AB1F8. Grayscale: #565656. Windows color (decimal): -8040953 or 478853. OLE color: 478853.

HSL color Cylindrical-coordinate representation of color #854E07: hue angle of 33.81º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #854E07 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB133787-
CMYK00.410.950.48
HSL33.81º90%27.45%-
HSV(B)33.81º94.74%52.16%-
XYZ12.4410.451.56-
YUV86.3583.22161.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.01%
GREEN value IS 78 (30.86% from 255) = 35.78%
BLUE value IS 7 (3.12% from 255) = 3.21%
R=61.01%
G=35.78%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13378700.410.950.4833.819027.45
Hex854E70295F30225a1b
Octal2051167051137604213233
Binary10000101100111011101010011011111110000100010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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