Html Css Color HEX #844032 Prairie Sand

📋 copy color: '#844032'

red 132 ◦ green 64 ◦ blue 50

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

Shades of Prairie Sand #844032

Tints of Prairie Sand #844032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.33%

R = 53.66%
G = 26.02%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#844032 (or 0x844032) is known color: Prairie Sand. HEX triplet: 84, 40 and 32. RGB value is (132,64,50). Sum of RGB (Red+Green+Blue) = 132+64+50=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #844032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844032 is #7BBFCD. Grayscale: #525252. Windows color (decimal): -8110030 or 3293316. OLE color: 3293316.

HSL color Cylindrical-coordinate representation of color #844032: hue angle of 10.24º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #844032 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 64 50 -
CMYK 0 0.52 0.62 0.48
HSL 10.24º 0.45% 0.36% -
HSV(B) 10.24º 0.62% 0.52% -
XYZ 11.92 8.8 4.09 -
YUV 82.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 132 64 50 0 0.52 0.62 0.48 10.24 0.45 0.36
Hex 84 40 32 0 34 3E 30 A 2D 24
Octal 204 100 62 0 64 76 60 12 55 44
Binary 10000100 1000000 110010 0 110100 111110 110000 1010 101101 100100

Color Harmonies of #844032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844032

Black with #844032

Text Example


Text Example

White with #844032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844032; }

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

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

background-color css

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

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

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

border-color css

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

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

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