#893C36

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

Shades of Prairie Sand #893C36

Tints of Prairie Sand #893C36

Color information

#893C36 (or 0x893C36) is unknown color: approx Prairie Sand. HEX triplet: 89, 3C and 36. RGB value is (137,60,54). Sum of RGB (Red+Green+Blue) = 137+60+54=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #893C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893C36 is #76C3C9. Grayscale: #525252. Windows color (decimal): -7783370 or 3554441. OLE color: 3554441.

HSL color Cylindrical-coordinate representation of color #893C36: hue angle of 4.34º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #893C36 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB1376054-
CMYK00.560.610.46
HSL4.34º43.46%37.45%-
HSV(B)4.34º60.58%53.73%-
XYZ12.68.824.53-
YUV82.34112.01166.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.58%
GREEN value IS 60 (23.83% from 255) = 23.90%
BLUE value IS 54 (21.48% from 255) = 21.51%
R=54.58%
G=23.90%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137605400.560.610.464.3443.4637.45
Hex893C360383D2E42b25
Octal2117466070755645345
Binary100010011111001101100111000111101101110100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893C36; }

 p { color: rgb(137,60,54); }

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

<style>
 a { background-color: #893C36; }

 a { background-color: rgb(137,60,54); }

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

<style>
 span { border-color: #893C36; }

 span { border-color: rgb(137,60,54); }

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