#893D35

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

Shades of Prairie Sand #893D35

Tints of Prairie Sand #893D35

Color information

#893D35 (or 0x893D35) is unknown color: approx Prairie Sand. HEX triplet: 89, 3D and 35. RGB value is (137,61,53). Sum of RGB (Red+Green+Blue) = 137+61+53=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #893D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893D35 is #76C2CA. Grayscale: #525252. Windows color (decimal): -7783115 or 3489161. OLE color: 3489161.

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

Color convert

RGB1376153-
CMYK00.550.610.46
HSL5.71º44.21%37.25%-
HSV(B)5.71º61.31%53.73%-
XYZ12.638.914.42-
YUV82.81111.18166.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.58%
GREEN value IS 61 (24.22% from 255) = 24.30%
BLUE value IS 53 (21.09% from 255) = 21.12%
R=54.58%
G=24.30%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137615300.550.610.465.7144.2137.25
Hex893D350373D2E62c25
Octal2117565067755665445
Binary100010011111011101010110111111101101110110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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