#864E37

Color #864E37 Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #864E37

Tints of Paarl #864E37

Color information

#864E37 (or 0x864E37) is unknown color: approx Paarl. HEX triplet: 86, 4E and 37. RGB value is (134,78,55). Sum of RGB (Red+Green+Blue) = 134+78+55=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #864E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E37 is #79B1C8. Grayscale: #5C5C5C. Windows color (decimal): -7975369 or 3624582. OLE color: 3624582.

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

Color convert

RGB1347855-
CMYK00.420.590.47
HSL17.47º41.8%37.06%-
HSV(B)17.47º58.96%52.55%-
XYZ13.2510.795-
YUV92.12107.05157.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 78 (30.86% from 255) = 29.21%
BLUE value IS 55 (21.88% from 255) = 20.60%
R=50.19%
G=29.21%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134785500.420.590.4717.4741.837.06
Hex864E3702A3B2F112a25
Octal206116670527357215245
Binary100001101001110110111010101011101110111110001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864E37; }

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

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

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

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

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

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

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

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