#873B36

Color #873B36 Prairie Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prairie Sand #873B36

Tints of Prairie Sand #873B36

Color information

#873B36 (or 0x873B36) is unknown color: approx Prairie Sand. HEX triplet: 87, 3B and 36. RGB value is (135,59,54). Sum of RGB (Red+Green+Blue) = 135+59+54=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #873B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873B36 is #78C4C9. Grayscale: #515151. Windows color (decimal): -7914698 or 3554183. OLE color: 3554183.

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

Color convert

RGB1355954-
CMYK00.560.600.47
HSL3.7º42.86%37.06%-
HSV(B)3.7º60%52.94%-
XYZ12.228.554.5-
YUV81.15112.68166.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.44%
GREEN value IS 59 (23.44% from 255) = 23.79%
BLUE value IS 54 (21.48% from 255) = 21.77%
R=54.44%
G=23.79%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135595400.560.600.473.742.8637.06
Hex873B360383C2F42b25
Octal2077366070745745345
Binary100001111110111101100111000111100101111100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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