#864C30

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

Shades of Paarl #864C30

Tints of Paarl #864C30

Color information

#864C30 (or 0x864C30) is unknown color: approx Paarl. HEX triplet: 86, 4C and 30. RGB value is (134,76,48). Sum of RGB (Red+Green+Blue) = 134+76+48=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #864C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C30 is #79B3CF. Grayscale: #5A5A5A. Windows color (decimal): -7975888 or 3165318. OLE color: 3165318.

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

Color convert

RGB1347648-
CMYK00.430.640.47
HSL19.53º47.25%35.69%-
HSV(B)19.53º64.18%52.55%-
XYZ12.9510.454.13-
YUV90.15104.22159.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.94%
GREEN value IS 76 (30.08% from 255) = 29.46%
BLUE value IS 48 (19.14% from 255) = 18.60%
R=51.94%
G=29.46%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134764800.430.640.4719.5347.2535.69
Hex864C3002B402F142f24
Octal2061146005310057245744
Binary1000011010011001100000101011100000010111110100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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