#873C38

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

Shades of Prairie Sand #873C38

Tints of Prairie Sand #873C38

Color information

#873C38 (or 0x873C38) is unknown color: approx Prairie Sand. HEX triplet: 87, 3C and 38. RGB value is (135,60,56). Sum of RGB (Red+Green+Blue) = 135+60+56=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #873C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C38 is #78C3C7. Grayscale: #525252. Windows color (decimal): -7914440 or 3685511. OLE color: 3685511.

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

Color convert

RGB1356056-
CMYK00.560.590.47
HSL3.04º41.36%37.45%-
HSV(B)3.04º58.52%52.94%-
XYZ12.328.674.77-
YUV81.97113.35165.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.78%
GREEN value IS 60 (23.83% from 255) = 23.90%
BLUE value IS 56 (22.27% from 255) = 22.31%
R=53.78%
G=23.90%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135605600.560.590.473.0441.3637.45
Hex873C380383B2F32925
Octal2077470070735735145
Binary10000111111100111000011100011101110111111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,60,56); }

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

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

 a { background-color: rgb(135,60,56); }

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

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

 span { border-color: rgb(135,60,56); }

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