#843E30

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

Shades of Prairie Sand #843E30

Tints of Prairie Sand #843E30

Color information

#843E30 (or 0x843E30) is unknown color: approx Prairie Sand. HEX triplet: 84, 3E and 30. RGB value is (132,62,48). Sum of RGB (Red+Green+Blue) = 132+62+48=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #843E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843E30 is #7BC1CF. Grayscale: #515151. Windows color (decimal): -8110544 or 3161732. OLE color: 3161732.

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

Color convert

RGB1326248-
CMYK00.530.640.48
HSL10º46.67%35.29%-
HSV(B)10º63.64%51.76%-
XYZ11.778.563.83-
YUV81.33109.19164.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.55%
GREEN value IS 62 (24.61% from 255) = 25.62%
BLUE value IS 48 (19.14% from 255) = 19.83%
R=54.55%
G=25.62%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132624800.530.640.481046.6735.29
Hex843E300354030a2f23
Octal204766006510060125743
Binary10000100111110110000011010110000001100001010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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