Html Css Color HEX #893C37 Prairie Sand

📋 copy color: '#893C37'

red 137 ◦ green 60 ◦ blue 55

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

Shades of Prairie Sand #893C37

Tints of Prairie Sand #893C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.83%

R = 54.37%
G = 23.81%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#893C37 (or 0x893C37) is known color: Prairie Sand. HEX triplet: 89, 3C and 37. RGB value is (137,60,55). Sum of RGB (Red+Green+Blue) = 137+60+55=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #893C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893C37 is #76C3C8. Grayscale: #525252. Windows color (decimal): -7783369 or 3619977. OLE color: 3619977.

HSL color Cylindrical-coordinate representation of color #893C37: hue angle of 3.66º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #893C37 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 60 55 -
CMYK 0 0.56 0.60 0.46
HSL 3.66º 0.43% 0.38% -
HSV(B) 3.66º 0.6% 0.54% -
XYZ 12.62 8.83 4.65 -
YUV 82.45 112.51 166.91 -
System Red Green Blue C M Y K H S L
Decimal 137 60 55 0 0.56 0.60 0.46 3.66 0.43 0.38
Hex 89 3C 37 0 38 3C 2E 4 2B 26
Octal 211 74 67 0 70 74 56 4 53 46
Binary 10001001 111100 110111 0 111000 111100 101110 100 101011 100110

Color Harmonies of #893C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893C37

Black with #893C37

Text Example


Text Example

White with #893C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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