#863C37

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

Shades of Prairie Sand #863C37

Tints of Prairie Sand #863C37

Color information

#863C37 (or 0x863C37) is unknown color: approx Prairie Sand. HEX triplet: 86, 3C and 37. RGB value is (134,60,55). Sum of RGB (Red+Green+Blue) = 134+60+55=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #863C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C37 is #79C3C8. Grayscale: #515151. Windows color (decimal): -7979977 or 3619974. OLE color: 3619974.

HSL color Cylindrical-coordinate representation of color #863C37: hue angle of 3.8º 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 #863C37 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1346055-
CMYK00.550.590.47
HSL3.8º41.8%37.06%-
HSV(B)3.8º58.96%52.55%-
XYZ12.148.584.63-
YUV81.56113.02165.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 60 (23.83% from 255) = 24.10%
BLUE value IS 55 (21.88% from 255) = 22.09%
R=53.82%
G=24.10%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134605500.550.590.473.841.837.06
Hex863C370373B2F42a25
Octal2067467067735745245
Binary100001101111001101110110111111011101111100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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