#863E36

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

Shades of Prairie Sand #863E36

Tints of Prairie Sand #863E36

Color information

#863E36 (or 0x863E36) is unknown color: approx Prairie Sand. HEX triplet: 86, 3E and 36. RGB value is (134,62,54). Sum of RGB (Red+Green+Blue) = 134+62+54=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #863E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863E36 is #79C1C9. Grayscale: #525252. Windows color (decimal): -7979466 or 3554950. OLE color: 3554950.

HSL color Cylindrical-coordinate representation of color #863E36: hue angle of 6º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863E36 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1346254-
CMYK00.540.600.47
HSL42.55%36.86%-
HSV(B)59.7%52.55%-
XYZ12.228.784.54-
YUV82.62111.85164.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 62 (24.61% from 255) = 24.8%
BLUE value IS 54 (21.48% from 255) = 21.6%
R=53.6%
G=24.8%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134625400.540.600.47642.5536.86
Hex863E360363C2F62b25
Octal2067666066745765345
Binary100001101111101101100110110111100101111110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863E36; }

 p { color: rgb(134,62,54); }

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

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

 a { background-color: rgb(134,62,54); }

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

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

 span { border-color: rgb(134,62,54); }

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