#864039

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

Shades of Prairie Sand #864039

Tints of Prairie Sand #864039

Color information

#864039 (or 0x864039) is unknown color: approx Prairie Sand. HEX triplet: 86, 40 and 39. RGB value is (134,64,57). Sum of RGB (Red+Green+Blue) = 134+64+57=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #864039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864039 is #79BFC6. Grayscale: #545454. Windows color (decimal): -7978951 or 3752070. OLE color: 3752070.

HSL color Cylindrical-coordinate representation of color #864039: hue angle of 5.45º 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 #864039 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1346457-
CMYK00.520.570.47
HSL5.45º40.31%37.45%-
HSV(B)5.45º57.46%52.55%-
XYZ12.49.034.96-
YUV84.13112.69163.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.55%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 57 (22.66% from 255) = 22.35%
R=52.55%
G=25.10%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134645700.520.570.475.4540.3137.45
Hex864039034392F52825
Octal20610071064715755045
Binary1000011010000001110010110100111001101111101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864039; }

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

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

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

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

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

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

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

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