Html Css Color HEX #893A31 Prairie Sand

📋 copy color: '#893A31'

red 137 ◦ green 58 ◦ blue 49

#893A31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prairie Sand #893A31

Tints of Prairie Sand #893A31

RGB

 RED value IS 137 (53.91% from 255) = 56.15%

 GREEN value IS 58 (23.05% from 255) = 23.77%

 BLUE value IS 49 (19.53% from 255) = 20.08%

R = 56.15%
G = 23.77%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#893A31 (or 0x893A31) is known color: Prairie Sand. HEX triplet: 89, 3A and 31. RGB value is (137,58,49). Sum of RGB (Red+Green+Blue) = 137+58+49=244 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.15% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 137 - color contains mainly: red. Hex color #893A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893A31 is #76C5CE. Grayscale: #505050. Windows color (decimal): -7783887 or 3226249. OLE color: 3226249.

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

Color convert

RGB 137 58 49 -
CMYK 0 0.58 0.64 0.46
HSL 6.14º 0.47% 0.36% -
HSV(B) 6.14º 0.64% 0.54% -
XYZ 12.38 8.57 3.91 -
YUV 80.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 137 58 49 0 0.58 0.64 0.46 6.14 0.47 0.36
Hex 89 3A 31 0 3A 40 2E 6 2F 24
Octal 211 72 61 0 72 100 56 6 57 44
Binary 10001001 111010 110001 0 111010 1000000 101110 110 101111 100100

Color Harmonies of #893A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893A31

Black with #893A31

Text Example


Text Example

White with #893A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,58,49); }

 H1.HeaderClassName
 {
   color: #893A31;
 }
 .AnyTagClassName
 {
   color: #893A31;
 }
</style>

background-color css

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

 a { background-color: rgb(137,58,49); }

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

border-color css

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

 span { border-color: rgb(137,58,49); }

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