Html Css Color HEX #894139 Prairie Sand

📋 copy color: '#894139'

red 137 ◦ green 65 ◦ blue 57

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

Shades of Prairie Sand #894139

Tints of Prairie Sand #894139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.1%

 BLUE value IS 57 (22.66% from 255) = 22.01%

R = 52.9%
G = 25.1%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#894139 (or 0x894139) is known color: Prairie Sand. HEX triplet: 89, 41 and 39. RGB value is (137,65,57). Sum of RGB (Red+Green+Blue) = 137+65+57=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #894139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894139 is #76BEC6. Grayscale: #555555. Windows color (decimal): -7782087 or 3752329. OLE color: 3752329.

HSL color Cylindrical-coordinate representation of color #894139: hue angle of 6º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #894139 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 65 57 -
CMYK 0 0.53 0.58 0.46
HSL 0.41% 0.38% -
HSV(B) 0.58% 0.54% -
XYZ 12.95 9.39 5 -
YUV 85.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 137 65 57 0 0.53 0.58 0.46 6 0.41 0.38
Hex 89 41 39 0 35 3A 2E 6 29 26
Octal 211 101 71 0 65 72 56 6 51 46
Binary 10001001 1000001 111001 0 110101 111010 101110 110 101001 100110

Color Harmonies of #894139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894139

Black with #894139

Text Example


Text Example

White with #894139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894139; }

 p { color: rgb(137,65,57); }

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

background-color css

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

 a { background-color: rgb(137,65,57); }

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

border-color css

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

 span { border-color: rgb(137,65,57); }

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