#854A08

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

Shades of Saddle Brown #854A08

Tints of Saddle Brown #854A08

Color information

#854A08 (or 0x854A08) is unknown color: approx Saddle Brown. HEX triplet: 85, 4A and 08. RGB value is (133,74,8). Sum of RGB (Red+Green+Blue) = 133+74+8=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #854A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854A08 is #7AB5F7. Grayscale: #545454. Windows color (decimal): -8041976 or 543365. OLE color: 543365.

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

Color convert

RGB133748-
CMYK00.440.940.48
HSL31.68º88.65%27.65%-
HSV(B)31.68º93.98%52.16%-
XYZ12.179.91.5-
YUV84.1285.05162.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.86%
GREEN value IS 74 (29.30% from 255) = 34.42%
BLUE value IS 8 (3.52% from 255) = 3.72%
R=61.86%
G=34.42%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13374800.440.940.4831.6888.6527.65
Hex854A802C5E3020591c
Octal20511210054136604013134
Binary100001011001010100001011001011110110000100000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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