#854709

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

Shades of Saddle Brown #854709

Tints of Saddle Brown #854709

Color information

#854709 (or 0x854709) is unknown color: approx Saddle Brown. HEX triplet: 85, 47 and 09. RGB value is (133,71,9). Sum of RGB (Red+Green+Blue) = 133+71+9=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #854709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854709 is #7AB8F6. Grayscale: #525252. Windows color (decimal): -8042743 or 608133. OLE color: 608133.

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

Color convert

RGB133719-
CMYK00.470.930.48
HSL30º87.32%27.84%-
HSV(B)30º93.23%52.16%-
XYZ11.989.511.46-
YUV82.4786.54164.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.44%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 9 (3.91% from 255) = 4.23%
R=62.44%
G=33.33%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13371900.470.930.483087.3227.84
Hex8547902F5D301e571c
Octal20510711057135603612734
Binary10000101100011110010101111101110111000011110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854709; }

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

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

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

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

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

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

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

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