Html Css Color HEX #894238 Prairie Sand

📋 copy color: '#894238'

red 137 ◦ green 66 ◦ blue 56

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

Shades of Prairie Sand #894238

Tints of Prairie Sand #894238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.48%

 BLUE value IS 56 (22.27% from 255) = 21.62%

R = 52.9%
G = 25.48%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#894238 (or 0x894238) is known color: Prairie Sand. HEX triplet: 89, 42 and 38. RGB value is (137,66,56). Sum of RGB (Red+Green+Blue) = 137+66+56=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #894238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894238 is #76BDC7. Grayscale: #565656. Windows color (decimal): -7781832 or 3687049. OLE color: 3687049.

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

Color convert

RGB 137 66 56 -
CMYK 0 0.52 0.59 0.46
HSL 7.41º 0.42% 0.38% -
HSV(B) 7.41º 0.59% 0.54% -
XYZ 12.98 9.5 4.89 -
YUV 86.09 111.02 164.31 -
System Red Green Blue C M Y K H S L
Decimal 137 66 56 0 0.52 0.59 0.46 7.41 0.42 0.38
Hex 89 42 38 0 34 3B 2E 7 2A 26
Octal 211 102 70 0 64 73 56 7 52 46
Binary 10001001 1000010 111000 0 110100 111011 101110 111 101010 100110

Color Harmonies of #894238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894238

Black with #894238

Text Example


Text Example

White with #894238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894238; }

 p { color: rgb(137,66,56); }

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

background-color css

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

 a { background-color: rgb(137,66,56); }

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

border-color css

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

 span { border-color: rgb(137,66,56); }

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