Html Css Color HEX #844031 Prairie Sand

📋 copy color: '#844031'

red 132 ◦ green 64 ◦ blue 49

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

Shades of Prairie Sand #844031

Tints of Prairie Sand #844031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.12%

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

R = 53.88%
G = 26.12%
B = 20%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#844031 (or 0x844031) is known color: Prairie Sand. HEX triplet: 84, 40 and 31. RGB value is (132,64,49). Sum of RGB (Red+Green+Blue) = 132+64+49=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #844031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844031 is #7BBFCE. Grayscale: #525252. Windows color (decimal): -8110031 or 3227780. OLE color: 3227780.

HSL color Cylindrical-coordinate representation of color #844031: hue angle of 10.84º 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 #844031 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 64 49 -
CMYK 0 0.52 0.63 0.48
HSL 10.84º 0.46% 0.35% -
HSV(B) 10.84º 0.63% 0.52% -
XYZ 11.9 8.79 3.98 -
YUV 82.62 109.03 163.22 -
System Red Green Blue C M Y K H S L
Decimal 132 64 49 0 0.52 0.63 0.48 10.84 0.46 0.35
Hex 84 40 31 0 34 3F 30 B 2E 23
Octal 204 100 61 0 64 77 60 13 56 43
Binary 10000100 1000000 110001 0 110100 111111 110000 1011 101110 100011

Color Harmonies of #844031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844031

Black with #844031

Text Example


Text Example

White with #844031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844031; }

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

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

background-color css

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

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

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

border-color css

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

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

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