#873D0D

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

Shades of Saddle Brown #873D0D

Tints of Saddle Brown #873D0D

Color information

#873D0D (or 0x873D0D) is unknown color: approx Saddle Brown. HEX triplet: 87, 3D and 0D. RGB value is (135,61,13). Sum of RGB (Red+Green+Blue) = 135+61+13=209 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.59% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 135 - color contains mainly: red. Hex color #873D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873D0D is #78C2F2. Grayscale: #4D4D4D. Windows color (decimal): -7914227 or 867719. OLE color: 867719.

HSL color Cylindrical-coordinate representation of color #873D0D: hue angle of 23.61º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #873D0D is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1356113-
CMYK00.550.900.47
HSL23.61º82.43%29.02%-
HSV(B)23.61º90.37%52.94%-
XYZ11.738.521.41-
YUV77.6591.52168.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 64.59%
GREEN value IS 61 (24.22% from 255) = 29.19%
BLUE value IS 13 (5.47% from 255) = 6.22%
R=64.59%
G=29.19%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135611300.550.900.4723.6182.4329.02
Hex873DD0375A2F18521d
Octal2077515067132573012235
Binary1000011111110111010110111101101010111111000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,61,13); }

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

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

 a { background-color: rgb(135,61,13); }

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

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

 span { border-color: rgb(135,61,13); }

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