Html Css Color HEX #894231 Prairie Sand

📋 copy color: '#894231'

red 137 ◦ green 66 ◦ blue 49

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

Shades of Prairie Sand #894231

Tints of Prairie Sand #894231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.44%

R = 54.37%
G = 26.19%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#894231 (or 0x894231) is known color: Prairie Sand. HEX triplet: 89, 42 and 31. RGB value is (137,66,49). Sum of RGB (Red+Green+Blue) = 137+66+49=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #894231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894231 is #76BDCE. Grayscale: #555555. Windows color (decimal): -7781839 or 3228297. OLE color: 3228297.

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

Color convert

RGB 137 66 49 -
CMYK 0 0.52 0.64 0.46
HSL 11.59º 0.47% 0.36% -
HSV(B) 11.59º 0.64% 0.54% -
XYZ 12.82 9.44 4.05 -
YUV 85.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 137 66 49 0 0.52 0.64 0.46 11.59 0.47 0.36
Hex 89 42 31 0 34 40 2E C 2F 24
Octal 211 102 61 0 64 100 56 14 57 44
Binary 10001001 1000010 110001 0 110100 1000000 101110 1100 101111 100100

Color Harmonies of #894231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894231

Black with #894231

Text Example


Text Example

White with #894231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894231; }

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

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

background-color css

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

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

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

border-color css

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

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

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