#843D34

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

Shades of Prairie Sand #843D34

Tints of Prairie Sand #843D34

Color information

#843D34 (or 0x843D34) is unknown color: approx Prairie Sand. HEX triplet: 84, 3D and 34. RGB value is (132,61,52). Sum of RGB (Red+Green+Blue) = 132+61+52=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #843D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843D34 is #7BC2CB. Grayscale: #515151. Windows color (decimal): -8110796 or 3423620. OLE color: 3423620.

HSL color Cylindrical-coordinate representation of color #843D34: hue angle of 6.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #843D34 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB1326152-
CMYK00.540.610.48
HSL6.75º43.48%36.08%-
HSV(B)6.75º60.61%51.76%-
XYZ11.88.494.27-
YUV81.2111.52164.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.88%
GREEN value IS 61 (24.22% from 255) = 24.90%
BLUE value IS 52 (20.70% from 255) = 21.22%
R=53.88%
G=24.90%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132615200.540.610.486.7543.4836.08
Hex843D340363D3072b24
Octal2047564066756075344
Binary100001001111011101000110110111101110000111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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