#864231

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

Shades of Prairie Sand #864231

Tints of Prairie Sand #864231

Color information

#864231 (or 0x864231) is unknown color: approx Prairie Sand. HEX triplet: 86, 42 and 31. RGB value is (134,66,49). Sum of RGB (Red+Green+Blue) = 134+66+49=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #864231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864231 is #79BDCE. Grayscale: #545454. Windows color (decimal): -7978447 or 3228294. OLE color: 3228294.

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

Color convert

RGB1346649-
CMYK00.510.630.47
HSL12º46.45%35.88%-
HSV(B)12º63.43%52.55%-
XYZ12.339.194.03-
YUV84.39108.03163.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 66 (26.17% from 255) = 26.51%
BLUE value IS 49 (19.53% from 255) = 19.68%
R=53.82%
G=26.51%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134664900.510.630.471246.4535.88
Hex8642310333F2Fc2e24
Octal206102610637757145644
Binary10000110100001011000101100111111111011111100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864231; }

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

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

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

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

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

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

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

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