#843D31

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

Shades of Prairie Sand #843D31

Tints of Prairie Sand #843D31

Color information

#843D31 (or 0x843D31) is unknown color: approx Prairie Sand. HEX triplet: 84, 3D and 31. RGB value is (132,61,49). Sum of RGB (Red+Green+Blue) = 132+61+49=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #843D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843D31 is #7BC2CE. Grayscale: #505050. Windows color (decimal): -8110799 or 3227012. OLE color: 3227012.

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

Color convert

RGB1326149-
CMYK00.540.630.48
HSL8.67º45.86%35.49%-
HSV(B)8.67º62.88%51.76%-
XYZ11.748.463.92-
YUV80.86110.02164.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.55%
GREEN value IS 61 (24.22% from 255) = 25.21%
BLUE value IS 49 (19.53% from 255) = 20.25%
R=54.55%
G=25.21%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132614900.540.630.488.6745.8635.49
Hex843D310363F3092e23
Octal20475610667760115643
Binary1000010011110111000101101101111111100001001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843D31; }

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

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

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

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

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

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

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

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