Html Css Color HEX #893C31 Prairie Sand

📋 copy color: '#893C31'

red 137 ◦ green 60 ◦ blue 49

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

Shades of Prairie Sand #893C31

Tints of Prairie Sand #893C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.39%

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

R = 55.69%
G = 24.39%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#893C31 (or 0x893C31) is known color: Prairie Sand. HEX triplet: 89, 3C and 31. RGB value is (137,60,49). Sum of RGB (Red+Green+Blue) = 137+60+49=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #893C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893C31 is #76C3CE. Grayscale: #515151. Windows color (decimal): -7783375 or 3226761. OLE color: 3226761.

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

Color convert

RGB 137 60 49 -
CMYK 0 0.56 0.64 0.46
HSL 7.5º 0.47% 0.36% -
HSV(B) 7.5º 0.64% 0.54% -
XYZ 12.49 8.77 3.94 -
YUV 81.77 109.51 167.39 -
System Red Green Blue C M Y K H S L
Decimal 137 60 49 0 0.56 0.64 0.46 7.5 0.47 0.36
Hex 89 3C 31 0 38 40 2E 8 2F 24
Octal 211 74 61 0 70 100 56 10 57 44
Binary 10001001 111100 110001 0 111000 1000000 101110 1000 101111 100100

Color Harmonies of #893C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893C31

Black with #893C31

Text Example


Text Example

White with #893C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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