#864B37

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

Shades of Paarl #864B37

Tints of Paarl #864B37

Color information

#864B37 (or 0x864B37) is unknown color: approx Paarl. HEX triplet: 86, 4B and 37. RGB value is (134,75,55). Sum of RGB (Red+Green+Blue) = 134+75+55=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #864B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864B37 is #79B4C8. Grayscale: #5A5A5A. Windows color (decimal): -7976137 or 3623814. OLE color: 3623814.

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

Color convert

RGB1347555-
CMYK00.440.590.47
HSL15.19º41.8%37.06%-
HSV(B)15.19º58.96%52.55%-
XYZ13.0410.384.93-
YUV90.36108.05159.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 75 (29.69% from 255) = 28.41%
BLUE value IS 55 (21.88% from 255) = 20.83%
R=50.76%
G=28.41%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134755500.440.590.4715.1941.837.06
Hex864B3702C3B2Ff2a25
Octal206113670547357175245
Binary10000110100101111011101011001110111011111111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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