#853200

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

Shades of Saddle Brown #853200

Tints of Saddle Brown #853200

Color information

#853200 (or 0x853200) is unknown color: approx Saddle Brown. HEX triplet: 85, 32 and 00. RGB value is (133,50,0). Sum of RGB (Red+Green+Blue) = 133+50+0=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #853200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853200 is #7ACDFF. Grayscale: #454545. Windows color (decimal): -8048128 or 12933. OLE color: 12933.

HSL color Cylindrical-coordinate representation of color #853200: hue angle of 22.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #853200 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB133500-
CMYK00.6210.48
HSL22.56º100%26.08%-
HSV(B)22.56º100%52.16%-
XYZ10.817.270.83-
YUV69.1289173.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 72.68%
GREEN value IS 50 (19.92% from 255) = 27.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.68%
G=27.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13350000.6210.4822.5610026.08
Hex8532003E643017641a
Octal205620076144602714432
Binary1000010111001000111110110010011000010111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853200; }

 p { color: rgb(133,50,0); }

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

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

 a { background-color: rgb(133,50,0); }

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

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

 span { border-color: rgb(133,50,0); }

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