#853C09

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

Shades of Saddle Brown #853C09

Tints of Saddle Brown #853C09

Color information

#853C09 (or 0x853C09) is unknown color: approx Saddle Brown. HEX triplet: 85, 3C and 09. RGB value is (133,60,9). Sum of RGB (Red+Green+Blue) = 133+60+9=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #853C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853C09 is #7AC3F6. Grayscale: #4C4C4C. Windows color (decimal): -8045559 or 605317. OLE color: 605317.

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

Color convert

RGB133609-
CMYK00.550.930.48
HSL24.68º87.32%27.84%-
HSV(B)24.68º93.23%52.16%-
XYZ11.348.241.25-
YUV76.0190.18168.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.84%
GREEN value IS 60 (23.83% from 255) = 29.70%
BLUE value IS 9 (3.91% from 255) = 4.46%
R=65.84%
G=29.70%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13360900.550.930.4824.6887.3227.84
Hex853C90375D3019571c
Octal2057411067135603112734
Binary1000010111110010010110111101110111000011001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853C09; }

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

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

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

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

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

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

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

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