#873C00

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

Shades of Saddle Brown #873C00

Tints of Saddle Brown #873C00

Color information

#873C00 (or 0x873C00) is unknown color: approx Saddle Brown. HEX triplet: 87, 3C and 00. RGB value is (135,60,0). Sum of RGB (Red+Green+Blue) = 135+60+0=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #873C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873C00 is #78C3FF. Grayscale: #4B4B4B. Windows color (decimal): -7914496 or 15495. OLE color: 15495.

HSL color Cylindrical-coordinate representation of color #873C00: hue angle of 26.67º 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 #873C00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB135600-
CMYK00.5610.47
HSL26.67º100%26.47%-
HSV(B)26.67º100%52.94%-
XYZ11.618.381.01-
YUV75.5885.35170.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.23%
GREEN value IS 60 (23.83% from 255) = 30.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.23%
G=30.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13560000.5610.4726.6710026.47
Hex873C0038642F1b641a
Octal207740070144573314432
Binary1000011111110000111000110010010111111011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873C00; }

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

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

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

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

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

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

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

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