Html Css Color HEX #894236 Prairie Sand

📋 copy color: '#894236'

red 137 ◦ green 66 ◦ blue 54

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

Shades of Prairie Sand #894236

Tints of Prairie Sand #894236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.01%

R = 53.31%
G = 25.68%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#894236 (or 0x894236) is known color: Prairie Sand. HEX triplet: 89, 42 and 36. RGB value is (137,66,54). Sum of RGB (Red+Green+Blue) = 137+66+54=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #894236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894236 is #76BDC9. Grayscale: #555555. Windows color (decimal): -7781834 or 3555977. OLE color: 3555977.

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

Color convert

RGB 137 66 54 -
CMYK 0 0.52 0.61 0.46
HSL 8.67º 0.43% 0.37% -
HSV(B) 8.67º 0.61% 0.54% -
XYZ 12.93 9.48 4.64 -
YUV 85.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 137 66 54 0 0.52 0.61 0.46 8.67 0.43 0.37
Hex 89 42 36 0 34 3D 2E 9 2B 25
Octal 211 102 66 0 64 75 56 11 53 45
Binary 10001001 1000010 110110 0 110100 111101 101110 1001 101011 100101

Color Harmonies of #894236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894236

Black with #894236

Text Example


Text Example

White with #894236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894236; }

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

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

background-color css

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

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

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

border-color css

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

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

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