#893C2D

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

Shades of Prairie Sand #893C2D

Tints of Prairie Sand #893C2D

Color information

#893C2D (or 0x893C2D) is unknown color: approx Prairie Sand. HEX triplet: 89, 3C and 2D. RGB value is (137,60,45). Sum of RGB (Red+Green+Blue) = 137+60+45=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #893C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893C2D is #76C3D2. Grayscale: #515151. Windows color (decimal): -7783379 or 2964617. OLE color: 2964617.

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

Color convert

RGB1376045-
CMYK00.560.670.46
HSL9.78º50.55%35.69%-
HSV(B)9.78º67.15%53.73%-
XYZ12.418.743.52-
YUV81.31107.51167.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.61%
GREEN value IS 60 (23.83% from 255) = 24.79%
BLUE value IS 45 (17.97% from 255) = 18.60%
R=56.61%
G=24.79%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137604500.560.670.469.7850.5535.69
Hex893C2D038432Ea3324
Octal211745507010356126344
Binary10001001111100101101011100010000111011101010110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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