#853B09

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

Shades of Saddle Brown #853B09

Tints of Saddle Brown #853B09

Color information

#853B09 (or 0x853B09) is unknown color: approx Saddle Brown. HEX triplet: 85, 3B and 09. RGB value is (133,59,9). Sum of RGB (Red+Green+Blue) = 133+59+9=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #853B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853B09 is #7AC4F6. Grayscale: #4B4B4B. Windows color (decimal): -8045815 or 605061. OLE color: 605061.

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

Color convert

RGB133599-
CMYK00.560.930.48
HSL24.19º87.32%27.84%-
HSV(B)24.19º93.23%52.16%-
XYZ11.298.131.23-
YUV75.4390.52169.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.17%
GREEN value IS 59 (23.44% from 255) = 29.35%
BLUE value IS 9 (3.91% from 255) = 4.48%
R=66.17%
G=29.35%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13359900.560.930.4824.1987.3227.84
Hex853B90385D3018571c
Octal2057311070135603012734
Binary1000010111101110010111000101110111000011000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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