Html Css Color HEX #893C36 Prairie Sand

📋 copy color: '#893C36'

red 137 ◦ green 60 ◦ blue 54

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

Shades of Prairie Sand #893C36

Tints of Prairie Sand #893C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.51%

R = 54.58%
G = 23.9%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#893C36 (or 0x893C36) is known color: Prairie Sand. HEX triplet: 89, 3C and 36. RGB value is (137,60,54). Sum of RGB (Red+Green+Blue) = 137+60+54=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #893C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893C36 is #76C3C9. Grayscale: #525252. Windows color (decimal): -7783370 or 3554441. OLE color: 3554441.

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

Color convert

RGB 137 60 54 -
CMYK 0 0.56 0.61 0.46
HSL 4.34º 0.43% 0.37% -
HSV(B) 4.34º 0.61% 0.54% -
XYZ 12.6 8.82 4.53 -
YUV 82.34 112.01 166.99 -
System Red Green Blue C M Y K H S L
Decimal 137 60 54 0 0.56 0.61 0.46 4.34 0.43 0.37
Hex 89 3C 36 0 38 3D 2E 4 2B 25
Octal 211 74 66 0 70 75 56 4 53 45
Binary 10001001 111100 110110 0 111000 111101 101110 100 101011 100101

Color Harmonies of #893C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893C36

Black with #893C36

Text Example


Text Example

White with #893C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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