#853505

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

Shades of Saddle Brown #853505

Tints of Saddle Brown #853505

Color information

#853505 (or 0x853505) is unknown color: approx Saddle Brown. HEX triplet: 85, 35 and 05. RGB value is (133,53,5). Sum of RGB (Red+Green+Blue) = 133+53+5=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #853505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853505 is #7ACAFA. Grayscale: #474747. Windows color (decimal): -8047355 or 341381. OLE color: 341381.

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

Color convert

RGB133535-
CMYK00.600.960.48
HSL22.5º92.75%27.06%-
HSV(B)22.5º96.24%52.16%-
XYZ10.977.541.02-
YUV71.4590.5171.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 69.63%
GREEN value IS 53 (21.09% from 255) = 27.75%
BLUE value IS 5 (2.34% from 255) = 2.62%
R=69.63%
G=27.75%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13353500.600.960.4822.592.7527.06
Hex8535503C6030165d1b
Octal205655074140602613533
Binary100001011101011010111100110000011000010110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853505; }

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

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

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

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

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

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

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

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