#843F2D

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

Shades of Prairie Sand #843F2D

Tints of Prairie Sand #843F2D

Color information

#843F2D (or 0x843F2D) is unknown color: approx Prairie Sand. HEX triplet: 84, 3F and 2D. RGB value is (132,63,45). Sum of RGB (Red+Green+Blue) = 132+63+45=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #843F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843F2D is #7BC0D2. Grayscale: #515151. Windows color (decimal): -8110291 or 2965380. OLE color: 2965380.

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

Color convert

RGB1326345-
CMYK00.520.660.48
HSL12.41º49.15%34.71%-
HSV(B)12.41º65.91%51.76%-
XYZ11.778.653.53-
YUV81.58107.36163.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55%
GREEN value IS 63 (25% from 255) = 26.25%
BLUE value IS 45 (17.97% from 255) = 18.75%
R=55%
G=26.25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132634500.520.660.4812.4149.1534.71
Hex843F2D0344230c3123
Octal204775506410260146143
Binary10000100111111101101011010010000101100001100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,63,45); }

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

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

 a { background-color: rgb(132,63,45); }

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

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

 span { border-color: rgb(132,63,45); }

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