#873200

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

Shades of Saddle Brown #873200

Tints of Saddle Brown #873200

Color information

#873200 (or 0x873200) is unknown color: approx Saddle Brown. HEX triplet: 87, 32 and 00. RGB value is (135,50,0). Sum of RGB (Red+Green+Blue) = 135+50+0=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #873200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873200 is #78CDFF. Grayscale: #464646. Windows color (decimal): -7917056 or 12935. OLE color: 12935.

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

Color convert

RGB135500-
CMYK00.6310.47
HSL22.22º100%26.47%-
HSV(B)22.22º100%52.94%-
XYZ11.137.430.85-
YUV69.7188.66174.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.97%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.97%
G=27.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13550000.6310.4722.2210026.47
Hex8732003F642F16641a
Octal207620077144572614432
Binary1000011111001000111111110010010111110110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873200; }

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

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

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

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

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

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

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

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