#853105

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

Shades of Saddle Brown #853105

Tints of Saddle Brown #853105

Color information

#853105 (or 0x853105) is unknown color: approx Saddle Brown. HEX triplet: 85, 31 and 05. RGB value is (133,49,5). Sum of RGB (Red+Green+Blue) = 133+49+5=187 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.12% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 133 - color contains mainly: red. Hex color #853105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853105 is #7ACEFA. Grayscale: #454545. Windows color (decimal): -8048379 or 340357. OLE color: 340357.

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

Color convert

RGB133495-
CMYK00.630.960.48
HSL20.62º92.75%27.06%-
HSV(B)20.62º96.24%52.16%-
XYZ10.87.190.96-
YUV69.191.83173.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 71.12%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 5 (2.34% from 255) = 2.67%
R=71.12%
G=26.20%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13349500.630.960.4820.6292.7527.06
Hex8531503F6030155d1b
Octal205615077140602513533
Binary100001011100011010111111110000011000010101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853105; }

 p { color: rgb(133,49,5); }

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

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

 a { background-color: rgb(133,49,5); }

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

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

 span { border-color: rgb(133,49,5); }

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