#863F37

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

Shades of Prairie Sand #863F37

Tints of Prairie Sand #863F37

Color information

#863F37 (or 0x863F37) is unknown color: approx Prairie Sand. HEX triplet: 86, 3F and 37. RGB value is (134,63,55). Sum of RGB (Red+Green+Blue) = 134+63+55=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #863F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863F37 is #79C0C8. Grayscale: #535353. Windows color (decimal): -7979209 or 3620742. OLE color: 3620742.

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

Color convert

RGB1346355-
CMYK00.530.590.47
HSL6.08º41.8%37.06%-
HSV(B)6.08º58.96%52.55%-
XYZ12.38.94.68-
YUV83.32112.02164.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.17%
GREEN value IS 63 (25% from 255) = 25%
BLUE value IS 55 (21.88% from 255) = 21.83%
R=53.17%
G=25%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134635500.530.590.476.0841.837.06
Hex863F370353B2F62a25
Octal2067767065735765245
Binary100001101111111101110110101111011101111110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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