#854908

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

Shades of Saddle Brown #854908

Tints of Saddle Brown #854908

Color information

#854908 (or 0x854908) is unknown color: approx Saddle Brown. HEX triplet: 85, 49 and 08. RGB value is (133,73,8). Sum of RGB (Red+Green+Blue) = 133+73+8=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #854908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854908 is #7AB6F7. Grayscale: #535353. Windows color (decimal): -8042232 or 543109. OLE color: 543109.

HSL color Cylindrical-coordinate representation of color #854908: hue angle of 31.2º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #854908 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB133738-
CMYK00.450.940.48
HSL31.2º88.65%27.65%-
HSV(B)31.2º93.98%52.16%-
XYZ12.19.771.48-
YUV83.5385.38163.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.15%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 8 (3.52% from 255) = 3.74%
R=62.15%
G=34.11%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13373800.450.940.4831.288.6527.65
Hex8549802D5E301f591c
Octal20511110055136603713134
Binary10000101100100110000101101101111011000011111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854908; }

 p { color: rgb(133,73,8); }

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

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

 a { background-color: rgb(133,73,8); }

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

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

 span { border-color: rgb(133,73,8); }

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