#854134

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

Shades of Prairie Sand #854134

Tints of Prairie Sand #854134

Color information

#854134 (or 0x854134) is unknown color: approx Prairie Sand. HEX triplet: 85, 41 and 34. RGB value is (133,65,52). Sum of RGB (Red+Green+Blue) = 133+65+52=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #854134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854134 is #7ABECB. Grayscale: #535353. Windows color (decimal): -8044236 or 3424645. OLE color: 3424645.

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

Color convert

RGB1336552-
CMYK00.510.610.48
HSL9.63º43.78%36.27%-
HSV(B)9.63º60.9%52.16%-
XYZ12.189.024.35-
YUV83.85110.03163.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.2%
GREEN value IS 65 (25.78% from 255) = 26%
BLUE value IS 52 (20.70% from 255) = 20.8%
R=53.2%
G=26%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133655200.510.610.489.6343.7836.27
Hex8541340333D30a2c24
Octal205101640637560125444
Binary10000101100000111010001100111111011100001010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854134; }

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

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

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

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

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

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

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

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