#864139

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

Shades of Prairie Sand #864139

Tints of Prairie Sand #864139

Color information

#864139 (or 0x864139) is unknown color: approx Prairie Sand. HEX triplet: 86, 41 and 39. RGB value is (134,65,57). Sum of RGB (Red+Green+Blue) = 134+65+57=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #864139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864139 is #79BEC6. Grayscale: #545454. Windows color (decimal): -7978695 or 3752326. OLE color: 3752326.

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

Color convert

RGB1346557-
CMYK00.510.570.47
HSL6.23º40.31%37.45%-
HSV(B)6.23º57.46%52.55%-
XYZ12.469.144.98-
YUV84.72112.36163.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.34%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 57 (22.66% from 255) = 22.27%
R=52.34%
G=25.39%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134655700.510.570.476.2340.3137.45
Hex864139033392F62825
Octal20610171063715765045
Binary1000011010000011110010110011111001101111110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864139; }

 p { color: rgb(134,65,57); }

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

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

 a { background-color: rgb(134,65,57); }

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

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

 span { border-color: rgb(134,65,57); }

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