#893F35

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

Shades of Prairie Sand #893F35

Tints of Prairie Sand #893F35

Color information

#893F35 (or 0x893F35) is unknown color: approx Prairie Sand. HEX triplet: 89, 3F and 35. RGB value is (137,63,53). Sum of RGB (Red+Green+Blue) = 137+63+53=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #893F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893F35 is #76C0CA. Grayscale: #545454. Windows color (decimal): -7782603 or 3489673. OLE color: 3489673.

HSL color Cylindrical-coordinate representation of color #893F35: hue angle of 7.14º degrees, saturation: 0.44, 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 #893F35 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB1376353-
CMYK00.540.610.46
HSL7.14º44.21%37.25%-
HSV(B)7.14º61.31%53.73%-
XYZ12.749.134.46-
YUV83.99110.52165.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.15%
GREEN value IS 63 (25% from 255) = 24.90%
BLUE value IS 53 (21.09% from 255) = 20.95%
R=54.15%
G=24.90%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137635300.540.610.467.1444.2137.25
Hex893F350363D2E72c25
Octal2117765066755675445
Binary100010011111111101010110110111101101110111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,63,53); }

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

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

 a { background-color: rgb(137,63,53); }

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

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

 span { border-color: rgb(137,63,53); }

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