#864C35

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

Shades of Paarl #864C35

Tints of Paarl #864C35

Color information

#864C35 (or 0x864C35) is unknown color: approx Paarl. HEX triplet: 86, 4C and 35. RGB value is (134,76,53). Sum of RGB (Red+Green+Blue) = 134+76+53=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #864C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C35 is #79B3CA. Grayscale: #5A5A5A. Windows color (decimal): -7975883 or 3492998. OLE color: 3492998.

HSL color Cylindrical-coordinate representation of color #864C35: hue angle of 17.04º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #864C35 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1347653-
CMYK00.430.600.47
HSL17.04º43.32%36.67%-
HSV(B)17.04º60.45%52.55%-
XYZ13.0610.494.71-
YUV90.72106.72158.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.95%
GREEN value IS 76 (30.08% from 255) = 28.90%
BLUE value IS 53 (21.09% from 255) = 20.15%
R=50.95%
G=28.90%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134765300.430.600.4717.0443.3236.67
Hex864C3502B3C2F112b25
Octal206114650537457215345
Binary100001101001100110101010101111110010111110001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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