#824030

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

Shades of Prairie Sand #824030

Tints of Prairie Sand #824030

Color information

#824030 (or 0x824030) is unknown color: approx Prairie Sand. HEX triplet: 82, 40 and 30. RGB value is (130,64,48). Sum of RGB (Red+Green+Blue) = 130+64+48=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #824030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824030 is #7DBFCF. Grayscale: #525252. Windows color (decimal): -8241104 or 3162242. OLE color: 3162242.

HSL color Cylindrical-coordinate representation of color #824030: hue angle of 11.71º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #824030 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB1306448-
CMYK00.510.630.49
HSL11.71º46.07%34.9%-
HSV(B)11.71º63.08%50.98%-
XYZ11.578.633.85-
YUV81.91108.87162.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.72%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 48 (19.14% from 255) = 19.83%
R=53.72%
G=26.45%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130644800.510.630.4911.7146.0734.9
Hex8240300333F31c2e23
Octal202100600637761145643
Binary10000010100000011000001100111111111100011100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824030; }

 p { color: rgb(130,64,48); }

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

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

 a { background-color: rgb(130,64,48); }

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

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

 span { border-color: rgb(130,64,48); }

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