#854034

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

Shades of Prairie Sand #854034

Tints of Prairie Sand #854034

Color information

#854034 (or 0x854034) is unknown color: approx Prairie Sand. HEX triplet: 85, 40 and 34. RGB value is (133,64,52). Sum of RGB (Red+Green+Blue) = 133+64+52=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #854034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854034 is #7ABFCB. Grayscale: #535353. Windows color (decimal): -8044492 or 3424389. OLE color: 3424389.

HSL color Cylindrical-coordinate representation of color #854034: hue angle of 8.89º degrees, saturation: 0.44, 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 #854034 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB1336452-
CMYK00.520.610.48
HSL8.89º43.78%36.27%-
HSV(B)8.89º60.9%52.16%-
XYZ12.138.94.33-
YUV83.26110.36163.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.41%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 52 (20.70% from 255) = 20.88%
R=53.41%
G=25.70%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133645200.520.610.488.8943.7836.27
Hex8540340343D3092c24
Octal205100640647560115444
Binary10000101100000011010001101001111011100001001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854034; }

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

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

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

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

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

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

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

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