Html Css Color HEX #893C32 Prairie Sand

📋 copy color: '#893C32'

red 137 ◦ green 60 ◦ blue 50

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

Shades of Prairie Sand #893C32

Tints of Prairie Sand #893C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.24%

R = 55.47%
G = 24.29%
B = 20.24%

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

#893C32 (or 0x893C32) is known color: Prairie Sand. HEX triplet: 89, 3C and 32. RGB value is (137,60,50). Sum of RGB (Red+Green+Blue) = 137+60+50=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #893C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893C32 is #76C3CD. Grayscale: #525252. Windows color (decimal): -7783374 or 3292297. OLE color: 3292297.

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

Color convert

RGB 137 60 50 -
CMYK 0 0.56 0.64 0.46
HSL 6.9º 0.47% 0.37% -
HSV(B) 6.9º 0.64% 0.54% -
XYZ 12.51 8.78 4.05 -
YUV 81.88 110.01 167.31 -
System Red Green Blue C M Y K H S L
Decimal 137 60 50 0 0.56 0.64 0.46 6.9 0.47 0.37
Hex 89 3C 32 0 38 40 2E 7 2F 25
Octal 211 74 62 0 70 100 56 7 57 45
Binary 10001001 111100 110010 0 111000 1000000 101110 111 101111 100101

Color Harmonies of #893C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893C32

Black with #893C32

Text Example


Text Example

White with #893C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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