Html Css Color HEX #844231 Prairie Sand

📋 copy color: '#844231'

red 132 ◦ green 66 ◦ blue 49

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

Shades of Prairie Sand #844231

Tints of Prairie Sand #844231

RGB

 RED value IS 132 (51.95% from 255) = 53.44%

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

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

R = 53.44%
G = 26.72%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#844231 (or 0x844231) is known color: Prairie Sand. HEX triplet: 84, 42 and 31. RGB value is (132,66,49). Sum of RGB (Red+Green+Blue) = 132+66+49=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #844231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844231 is #7BBDCE. Grayscale: #535353. Windows color (decimal): -8109519 or 3228292. OLE color: 3228292.

HSL color Cylindrical-coordinate representation of color #844231: hue angle of 12.29º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #844231 is Cyan = 0, Magento = 0.5, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 66 49 -
CMYK 0 0.5 0.63 0.48
HSL 12.29º 0.46% 0.35% -
HSV(B) 12.29º 0.63% 0.52% -
XYZ 12.02 9.02 4.01 -
YUV 83.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 132 66 49 0 0.5 0.63 0.48 12.29 0.46 0.35
Hex 84 42 31 0 32 3F 30 C 2E 23
Octal 204 102 61 0 62 77 60 14 56 43
Binary 10000100 1000010 110001 0 110010 111111 110000 1100 101110 100011

Color Harmonies of #844231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844231

Black with #844231

Text Example


Text Example

White with #844231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844231; }

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

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

background-color css

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

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

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

border-color css

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

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

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