#844132

Color #844132 Prairie Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prairie Sand #844132

Tints of Prairie Sand #844132

Color information

#844132 (or 0x844132) is unknown color: approx 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

RGB1326550-
CMYK00.510.620.48
HSL10.98º45.05%35.69%-
HSV(B)10.98º62.12%51.76%-
XYZ11.988.924.11-
YUV83.32109.2162.72-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132655000.510.620.4810.9845.0535.69
Hex8441320333E30b2d24
Octal204101620637660135544
Binary10000100100000111001001100111111101100001011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>