Html Css Color HEX #894137 Prairie Sand

📋 copy color: '#894137'

red 137 ◦ green 65 ◦ blue 55

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

Shades of Prairie Sand #894137

Tints of Prairie Sand #894137

RGB

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

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

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

R = 53.31%
G = 25.29%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#894137 (or 0x894137) is known color: Prairie Sand. HEX triplet: 89, 41 and 37. RGB value is (137,65,55). Sum of RGB (Red+Green+Blue) = 137+65+55=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #894137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894137 is #76BEC8. Grayscale: #555555. Windows color (decimal): -7782089 or 3621257. OLE color: 3621257.

HSL color Cylindrical-coordinate representation of color #894137: hue angle of 7.32º 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 #894137 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 65 55 -
CMYK 0 0.53 0.60 0.46
HSL 7.32º 0.43% 0.38% -
HSV(B) 7.32º 0.6% 0.54% -
XYZ 12.9 9.37 4.74 -
YUV 85.39 110.85 164.81 -
System Red Green Blue C M Y K H S L
Decimal 137 65 55 0 0.53 0.60 0.46 7.32 0.43 0.38
Hex 89 41 37 0 35 3C 2E 7 2B 26
Octal 211 101 67 0 65 74 56 7 53 46
Binary 10001001 1000001 110111 0 110101 111100 101110 111 101011 100110

Color Harmonies of #894137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894137

Black with #894137

Text Example


Text Example

White with #894137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894137; }

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

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

background-color css

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

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

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

border-color css

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

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

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