#854233

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

Shades of Prairie Sand #854233

Tints of Prairie Sand #854233

Color information

#854233 (or 0x854233) is unknown color: approx Prairie Sand. HEX triplet: 85, 42 and 33. RGB value is (133,66,51). Sum of RGB (Red+Green+Blue) = 133+66+51=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #854233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854233 is #7ABDCC. Grayscale: #545454. Windows color (decimal): -8043981 or 3359365. OLE color: 3359365.

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

Color convert

RGB1336651-
CMYK00.500.620.48
HSL10.98º44.57%36.08%-
HSV(B)10.98º61.65%52.16%-
XYZ12.229.124.25-
YUV84.32109.2162.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.2%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 51 (20.31% from 255) = 20.4%
R=53.2%
G=26.4%
B=20.4%

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
Decimal133665100.500.620.4810.9844.5736.08
Hex8542330323E30b2d24
Octal205102630627660135544
Binary10000101100001011001101100101111101100001011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854233; }

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

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

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

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

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

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

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

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