#843E2E

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

Shades of Prairie Sand #843E2E

Tints of Prairie Sand #843E2E

Color information

#843E2E (or 0x843E2E) is unknown color: approx Prairie Sand. HEX triplet: 84, 3E and 2E. RGB value is (132,62,46). Sum of RGB (Red+Green+Blue) = 132+62+46=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #843E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843E2E is #7BC1D1. Grayscale: #515151. Windows color (decimal): -8110546 or 3030660. OLE color: 3030660.

HSL color Cylindrical-coordinate representation of color #843E2E: hue angle of 11.16º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #843E2E is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1326246-
CMYK00.530.650.48
HSL11.16º48.31%34.9%-
HSV(B)11.16º65.15%51.76%-
XYZ11.738.553.62-
YUV81.11108.19164.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55%
GREEN value IS 62 (24.61% from 255) = 25.83%
BLUE value IS 46 (18.36% from 255) = 19.17%
R=55%
G=25.83%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132624600.530.650.4811.1648.3134.9
Hex843E2E0354130b3023
Octal204765606510160136043
Binary10000100111110101110011010110000011100001011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,62,46); }

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

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

 a { background-color: rgb(132,62,46); }

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

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

 span { border-color: rgb(132,62,46); }

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