#843D30

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

Shades of Prairie Sand #843D30

Tints of Prairie Sand #843D30

Color information

#843D30 (or 0x843D30) is unknown color: approx Prairie Sand. HEX triplet: 84, 3D and 30. RGB value is (132,61,48). Sum of RGB (Red+Green+Blue) = 132+61+48=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #843D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843D30 is #7BC2CF. Grayscale: #505050. Windows color (decimal): -8110800 or 3161476. OLE color: 3161476.

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

Color convert

RGB1326148-
CMYK00.540.640.48
HSL9.29º46.67%35.29%-
HSV(B)9.29º63.64%51.76%-
XYZ11.728.463.81-
YUV80.75109.52164.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.77%
GREEN value IS 61 (24.22% from 255) = 25.31%
BLUE value IS 48 (19.14% from 255) = 19.92%
R=54.77%
G=25.31%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132614800.540.640.489.2946.6735.29
Hex843D30036403092f23
Octal204756006610060115743
Binary10000100111101110000011011010000001100001001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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