Html Css Color HEX #893C34 Prairie Sand

📋 copy color: '#893C34'

red 137 ◦ green 60 ◦ blue 52

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

Shades of Prairie Sand #893C34

Tints of Prairie Sand #893C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.88%

R = 55.02%
G = 24.1%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#893C34 (or 0x893C34) is known color: Prairie Sand. HEX triplet: 89, 3C and 34. RGB value is (137,60,52). Sum of RGB (Red+Green+Blue) = 137+60+52=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #893C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893C34 is #76C3CB. Grayscale: #525252. Windows color (decimal): -7783372 or 3423369. OLE color: 3423369.

HSL color Cylindrical-coordinate representation of color #893C34: hue angle of 5.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #893C34 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 60 52 -
CMYK 0 0.56 0.62 0.46
HSL 5.65º 0.45% 0.37% -
HSV(B) 5.65º 0.62% 0.54% -
XYZ 12.55 8.8 4.29 -
YUV 82.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 137 60 52 0 0.56 0.62 0.46 5.65 0.45 0.37
Hex 89 3C 34 0 38 3E 2E 6 2D 25
Octal 211 74 64 0 70 76 56 6 55 45
Binary 10001001 111100 110100 0 111000 111110 101110 110 101101 100101

Color Harmonies of #893C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893C34

Black with #893C34

Text Example


Text Example

White with #893C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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