#854231

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

Shades of Prairie Sand #854231

Tints of Prairie Sand #854231

Color information

#854231 (or 0x854231) is unknown color: approx Prairie Sand. HEX triplet: 85, 42 and 31. RGB value is (133,66,49). Sum of RGB (Red+Green+Blue) = 133+66+49=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #854231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854231 is #7ABDCE. Grayscale: #545454. Windows color (decimal): -8043983 or 3228293. OLE color: 3228293.

HSL color Cylindrical-coordinate representation of color #854231: hue angle of 12.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #854231 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB1336649-
CMYK00.500.630.48
HSL12.14º46.15%35.69%-
HSV(B)12.14º63.16%52.16%-
XYZ12.189.14.02-
YUV84.09108.2162.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.63%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 49 (19.53% from 255) = 19.76%
R=53.63%
G=26.61%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133664900.500.630.4812.1446.1535.69
Hex8542310323F30c2e24
Octal205102610627760145644
Binary10000101100001011000101100101111111100001100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854231; }

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

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

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

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

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

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

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

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