#873A1A

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

Shades of Saddle Brown #873A1A

Tints of Saddle Brown #873A1A

Color information

#873A1A (or 0x873A1A) is unknown color: approx Saddle Brown. HEX triplet: 87, 3A and 1A. RGB value is (135,58,26). Sum of RGB (Red+Green+Blue) = 135+58+26=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #873A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873A1A is #78C5E5. Grayscale: #4D4D4D. Windows color (decimal): -7914982 or 1718919. OLE color: 1718919.

HSL color Cylindrical-coordinate representation of color #873A1A: hue angle of 17.61º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #873A1A is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1355826-
CMYK00.570.810.47
HSL17.61º67.7%31.57%-
HSV(B)17.61º80.74%52.94%-
XYZ11.698.251.95-
YUV77.3899.01169.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.64%
GREEN value IS 58 (23.05% from 255) = 26.48%
BLUE value IS 26 (10.55% from 255) = 11.87%
R=61.64%
G=26.48%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135582600.570.810.4717.6167.731.57
Hex873A1A039512F124420
Octal2077232071121572210440
Binary100001111110101101001110011010001101111100101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,58,26); }

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

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

 a { background-color: rgb(135,58,26); }

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

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

 span { border-color: rgb(135,58,26); }

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