#873B0D

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

Shades of Saddle Brown #873B0D

Tints of Saddle Brown #873B0D

Color information

#873B0D (or 0x873B0D) is unknown color: approx Saddle Brown. HEX triplet: 87, 3B and 0D. RGB value is (135,59,13). Sum of RGB (Red+Green+Blue) = 135+59+13=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #873B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873B0D is #78C4F2. Grayscale: #4C4C4C. Windows color (decimal): -7914739 or 867207. OLE color: 867207.

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

Color convert

RGB1355913-
CMYK00.560.900.47
HSL22.62º82.43%29.02%-
HSV(B)22.62º90.37%52.94%-
XYZ11.638.311.37-
YUV76.4892.18169.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 65.22%
GREEN value IS 59 (23.44% from 255) = 28.50%
BLUE value IS 13 (5.47% from 255) = 6.28%
R=65.22%
G=28.50%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135591300.560.900.4722.6282.4329.02
Hex873BD0385A2F17521d
Octal2077315070132572712235
Binary1000011111101111010111000101101010111110111101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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