#854232

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

Shades of Prairie Sand #854232

Tints of Prairie Sand #854232

Color information

#854232 (or 0x854232) is unknown color: approx Prairie Sand. HEX triplet: 85, 42 and 32. RGB value is (133,66,50). Sum of RGB (Red+Green+Blue) = 133+66+50=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #854232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854232 is #7ABDCD. Grayscale: #545454. Windows color (decimal): -8043982 or 3293829. OLE color: 3293829.

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

Color convert

RGB1336650-
CMYK00.500.620.48
HSL11.57º45.36%35.88%-
HSV(B)11.57º62.41%52.16%-
XYZ12.29.114.13-
YUV84.21108.7162.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.41%
GREEN value IS 66 (26.17% from 255) = 26.51%
BLUE value IS 50 (19.92% from 255) = 20.08%
R=53.41%
G=26.51%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133665000.500.620.4811.5745.3635.88
Hex8542320323E30c2d24
Octal205102620627660145544
Binary10000101100001011001001100101111101100001100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854232; }

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

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

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

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

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

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

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

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