#873400

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

Shades of Saddle Brown #873400

Tints of Saddle Brown #873400

Color information

#873400 (or 0x873400) is unknown color: approx Saddle Brown. HEX triplet: 87, 34 and 00. RGB value is (135,52,0). Sum of RGB (Red+Green+Blue) = 135+52+0=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #873400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873400 is #78CBFF. Grayscale: #474747. Windows color (decimal): -7916544 or 13447. OLE color: 13447.

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

Color convert

RGB135520-
CMYK00.6110.47
HSL23.11º100%26.47%-
HSV(B)23.11º100%52.94%-
XYZ11.227.610.88-
YUV70.8988173.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.19%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.19%
G=27.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13552000.6110.4723.1110026.47
Hex8734003D642F17641a
Octal207640075144572714432
Binary1000011111010000111101110010010111110111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873400; }

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

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

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

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

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

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

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

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