#854032

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

Shades of Prairie Sand #854032

Tints of Prairie Sand #854032

Color information

#854032 (or 0x854032) is unknown color: approx Prairie Sand. HEX triplet: 85, 40 and 32. RGB value is (133,64,50). Sum of RGB (Red+Green+Blue) = 133+64+50=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #854032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854032 is #7ABFCD. Grayscale: #535353. Windows color (decimal): -8044494 or 3293317. OLE color: 3293317.

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

Color convert

RGB1336450-
CMYK00.520.620.48
HSL10.12º45.36%35.88%-
HSV(B)10.12º62.41%52.16%-
XYZ12.088.884.1-
YUV83.04109.36163.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.85%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 50 (19.92% from 255) = 20.24%
R=53.85%
G=25.91%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133645000.520.620.4810.1245.3635.88
Hex8540320343E30a2d24
Octal205100620647660125544
Binary10000101100000011001001101001111101100001010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854032; }

 p { color: rgb(133,64,50); }

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

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

 a { background-color: rgb(133,64,50); }

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

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

 span { border-color: rgb(133,64,50); }

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