Html Css Color HEX #893F31 Prairie Sand

📋 copy color: '#893F31'

red 137 ◦ green 63 ◦ blue 49

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

Shades of Prairie Sand #893F31

Tints of Prairie Sand #893F31

RGB

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

 GREEN value IS 63 (25% from 255) = 25.3%

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

R = 55.02%
G = 25.3%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#893F31 (or 0x893F31) is known color: Prairie Sand. HEX triplet: 89, 3F and 31. RGB value is (137,63,49). Sum of RGB (Red+Green+Blue) = 137+63+49=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #893F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893F31 is #76C0CE. Grayscale: #535353. Windows color (decimal): -7782607 or 3227529. OLE color: 3227529.

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

Color convert

RGB 137 63 49 -
CMYK 0 0.54 0.64 0.46
HSL 9.55º 0.47% 0.36% -
HSV(B) 9.55º 0.64% 0.54% -
XYZ 12.65 9.1 3.99 -
YUV 83.53 108.52 166.14 -
System Red Green Blue C M Y K H S L
Decimal 137 63 49 0 0.54 0.64 0.46 9.55 0.47 0.36
Hex 89 3F 31 0 36 40 2E A 2F 24
Octal 211 77 61 0 66 100 56 12 57 44
Binary 10001001 111111 110001 0 110110 1000000 101110 1010 101111 100100

Color Harmonies of #893F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893F31

Black with #893F31

Text Example


Text Example

White with #893F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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