#864138

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

Shades of Prairie Sand #864138

Tints of Prairie Sand #864138

Color information

#864138 (or 0x864138) is unknown color: approx Prairie Sand. HEX triplet: 86, 41 and 38. RGB value is (134,65,56). Sum of RGB (Red+Green+Blue) = 134+65+56=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #864138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864138 is #79BEC7. Grayscale: #545454. Windows color (decimal): -7978696 or 3686790. OLE color: 3686790.

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

Color convert

RGB1346556-
CMYK00.510.580.47
HSL6.92º41.05%37.25%-
HSV(B)6.92º58.21%52.55%-
XYZ12.449.134.85-
YUV84.6111.86163.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.55%
GREEN value IS 65 (25.78% from 255) = 25.49%
BLUE value IS 56 (22.27% from 255) = 21.96%
R=52.55%
G=25.49%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134655600.510.580.476.9241.0537.25
Hex8641380333A2F72925
Octal20610170063725775145
Binary1000011010000011110000110011111010101111111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864138; }

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

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

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

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

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

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

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

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