#852800

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

Shades of Saddle Brown #852800

Tints of Saddle Brown #852800

Color information

#852800 (or 0x852800) is unknown color: approx Saddle Brown. HEX triplet: 85, 28 and 00. RGB value is (133,40,0). Sum of RGB (Red+Green+Blue) = 133+40+0=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #852800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852800 is #7AD7FF. Grayscale: #3F3F3F. Windows color (decimal): -8050688 or 10373. OLE color: 10373.

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

Color convert

RGB133400-
CMYK00.7010.48
HSL18.05º100%26.08%-
HSV(B)18.05º100%52.16%-
XYZ10.436.50.71-
YUV63.2592.31177.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 76.88%
GREEN value IS 40 (16.02% from 255) = 23.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.88%
G=23.12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13340000.7010.4818.0510026.08
Hex85280046643012641a
Octal2055000106144602214432
Binary10000101101000001000110110010011000010010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852800; }

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

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

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

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

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

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

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

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