#853406

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

Shades of Saddle Brown #853406

Tints of Saddle Brown #853406

Color information

#853406 (or 0x853406) is unknown color: approx Saddle Brown. HEX triplet: 85, 34 and 06. RGB value is (133,52,6). Sum of RGB (Red+Green+Blue) = 133+52+6=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #853406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853406 is #7ACBF9. Grayscale: #474747. Windows color (decimal): -8047610 or 406661. OLE color: 406661.

HSL color Cylindrical-coordinate representation of color #853406: hue angle of 21.73º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #853406 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB133526-
CMYK00.610.950.48
HSL21.73º91.37%27.25%-
HSV(B)21.73º95.49%52.16%-
XYZ10.937.461.04-
YUV70.9791.34172.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 69.63%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 6 (2.73% from 255) = 3.14%
R=69.63%
G=27.23%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13352600.610.950.4821.7391.3727.25
Hex8534603D5F30165b1b
Octal205646075137602613333
Binary100001011101001100111101101111111000010110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853406; }

 p { color: rgb(133,52,6); }

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

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

 a { background-color: rgb(133,52,6); }

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

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

 span { border-color: rgb(133,52,6); }

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