#854A09

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

Shades of Saddle Brown #854A09

Tints of Saddle Brown #854A09

Color information

#854A09 (or 0x854A09) is unknown color: approx Saddle Brown. HEX triplet: 85, 4A and 09. RGB value is (133,74,9). Sum of RGB (Red+Green+Blue) = 133+74+9=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 9 (3.91% from 255 or 4.17% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #854A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854A09 is #7AB5F6. Grayscale: #545454. Windows color (decimal): -8041975 or 608901. OLE color: 608901.

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

Color convert

RGB133749-
CMYK00.440.930.48
HSL31.45º87.32%27.84%-
HSV(B)31.45º93.23%52.16%-
XYZ12.179.91.53-
YUV84.2385.55162.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.57%
GREEN value IS 74 (29.30% from 255) = 34.26%
BLUE value IS 9 (3.91% from 255) = 4.17%
R=61.57%
G=34.26%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13374900.440.930.4831.4587.3227.84
Hex854A902C5D301f571c
Octal20511211054135603712734
Binary10000101100101010010101100101110111000011111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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