#844131

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

Shades of Prairie Sand #844131

Tints of Prairie Sand #844131

Color information

#844131 (or 0x844131) is unknown color: approx Prairie Sand. HEX triplet: 84, 41 and 31. RGB value is (132,65,49). Sum of RGB (Red+Green+Blue) = 132+65+49=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #844131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844131 is #7BBECE. Grayscale: #535353. Windows color (decimal): -8109775 or 3228036. OLE color: 3228036.

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

Color convert

RGB1326549-
CMYK00.510.630.48
HSL11.57º45.86%35.49%-
HSV(B)11.57º62.88%51.76%-
XYZ11.968.913.99-
YUV83.21108.7162.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.66%
GREEN value IS 65 (25.78% from 255) = 26.42%
BLUE value IS 49 (19.53% from 255) = 19.92%
R=53.66%
G=26.42%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132654900.510.630.4811.5745.8635.49
Hex8441310333F30c2e23
Octal204101610637760145643
Binary10000100100000111000101100111111111100001100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844131; }

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

 H1.HeaderClassName
 {
   color: #844131;
 }
 .AnyTagClassName
 {
   color: #844131;
 }
</style>
background-color css

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

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

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

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

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

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