#854133

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

Shades of Prairie Sand #854133

Tints of Prairie Sand #854133

Color information

#854133 (or 0x854133) is unknown color: approx Prairie Sand. HEX triplet: 85, 41 and 33. RGB value is (133,65,51). Sum of RGB (Red+Green+Blue) = 133+65+51=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #854133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854133 is #7ABECC. Grayscale: #535353. Windows color (decimal): -8044237 or 3359109. OLE color: 3359109.

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

Color convert

RGB1336551-
CMYK00.510.620.48
HSL10.24º44.57%36.08%-
HSV(B)10.24º61.65%52.16%-
XYZ12.169.014.23-
YUV83.74109.53163.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.41%
GREEN value IS 65 (25.78% from 255) = 26.10%
BLUE value IS 51 (20.31% from 255) = 20.48%
R=53.41%
G=26.10%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133655100.510.620.4810.2444.5736.08
Hex8541330333E30a2d24
Octal205101630637660125544
Binary10000101100000111001101100111111101100001010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854133; }

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

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

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

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

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

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

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

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