#864137

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

Shades of Prairie Sand #864137

Tints of Prairie Sand #864137

Color information

#864137 (or 0x864137) is unknown color: approx Prairie Sand. HEX triplet: 86, 41 and 37. RGB value is (134,65,55). Sum of RGB (Red+Green+Blue) = 134+65+55=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #864137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864137 is #79BEC8. Grayscale: #545454. Windows color (decimal): -7978697 or 3621254. OLE color: 3621254.

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

Color convert

RGB1346555-
CMYK00.510.590.47
HSL7.59º41.8%37.06%-
HSV(B)7.59º58.96%52.55%-
XYZ12.419.124.72-
YUV84.49111.36163.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.76%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 55 (21.88% from 255) = 21.65%
R=52.76%
G=25.59%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134655500.510.590.477.5941.837.06
Hex8641370333B2F82a25
Octal206101670637357105245
Binary10000110100000111011101100111110111011111000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864137; }

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

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

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

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

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

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

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

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