#864C37

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

Shades of Paarl #864C37

Tints of Paarl #864C37

Color information

#864C37 (or 0x864C37) is unknown color: approx Paarl. HEX triplet: 86, 4C and 37. RGB value is (134,76,55). Sum of RGB (Red+Green+Blue) = 134+76+55=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #864C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C37 is #79B3C8. Grayscale: #5B5B5B. Windows color (decimal): -7975881 or 3624070. OLE color: 3624070.

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

Color convert

RGB1347655-
CMYK00.430.590.47
HSL15.95º41.8%37.06%-
HSV(B)15.95º58.96%52.55%-
XYZ13.1110.514.95-
YUV90.95107.72158.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 76 (30.08% from 255) = 28.68%
BLUE value IS 55 (21.88% from 255) = 20.75%
R=50.57%
G=28.68%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134765500.430.590.4715.9541.837.06
Hex864C3702B3B2F102a25
Octal206114670537357205245
Binary100001101001100110111010101111101110111110000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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