#873B01

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

Shades of Saddle Brown #873B01

Tints of Saddle Brown #873B01

Color information

#873B01 (or 0x873B01) is unknown color: approx Saddle Brown. HEX triplet: 87, 3B and 01. RGB value is (135,59,1). Sum of RGB (Red+Green+Blue) = 135+59+1=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #873B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873B01 is #78C4FE. Grayscale: #4B4B4B. Windows color (decimal): -7914751 or 80775. OLE color: 80775.

HSL color Cylindrical-coordinate representation of color #873B01: hue angle of 25.97º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #873B01 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB135591-
CMYK00.560.990.47
HSL25.97º98.53%26.67%-
HSV(B)25.97º99.26%52.94%-
XYZ11.568.281.02-
YUV75.1186.18170.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.23%
GREEN value IS 59 (23.44% from 255) = 30.26%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=69.23%
G=30.26%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13559100.560.990.4725.9798.5326.67
Hex873B1038632F1a631b
Octal207731070143573214333
Binary1000011111101110111000110001110111111010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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