Html Css Color HEX #844132 Prairie Sand

📋 copy color: '#844132'

red 132 ◦ green 65 ◦ blue 50

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

Shades of Prairie Sand #844132

Tints of Prairie Sand #844132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.32%

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

R = 53.44%
G = 26.32%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#844132 (or 0x844132) is known color: Prairie Sand. HEX triplet: 84, 41 and 32. RGB value is (132,65,50). Sum of RGB (Red+Green+Blue) = 132+65+50=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #844132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844132 is #7BBECD. Grayscale: #535353. Windows color (decimal): -8109774 or 3293572. OLE color: 3293572.

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

Color convert

RGB 132 65 50 -
CMYK 0 0.51 0.62 0.48
HSL 10.98º 0.45% 0.36% -
HSV(B) 10.98º 0.62% 0.52% -
XYZ 11.98 8.92 4.11 -
YUV 83.32 109.2 162.72 -
System Red Green Blue C M Y K H S L
Decimal 132 65 50 0 0.51 0.62 0.48 10.98 0.45 0.36
Hex 84 41 32 0 33 3E 30 B 2D 24
Octal 204 101 62 0 63 76 60 13 55 44
Binary 10000100 1000001 110010 0 110011 111110 110000 1011 101101 100100

Color Harmonies of #844132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844132

Black with #844132

Text Example


Text Example

White with #844132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844132; }

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

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

background-color css

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

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

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

border-color css

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

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

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