#864A35

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

Shades of Paarl #864A35

Tints of Paarl #864A35

Color information

#864A35 (or 0x864A35) is unknown color: approx Paarl. HEX triplet: 86, 4A and 35. RGB value is (134,74,53). Sum of RGB (Red+Green+Blue) = 134+74+53=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #864A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864A35 is #79B5CA. Grayscale: #595959. Windows color (decimal): -7976395 or 3492486. OLE color: 3492486.

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

Color convert

RGB1347453-
CMYK00.450.600.47
HSL15.56º43.32%36.67%-
HSV(B)15.56º60.45%52.55%-
XYZ12.9210.224.66-
YUV89.55107.38159.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 74 (29.30% from 255) = 28.35%
BLUE value IS 53 (21.09% from 255) = 20.31%
R=51.34%
G=28.35%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134745300.450.600.4715.5643.3236.67
Hex864A3502D3C2F102b25
Octal206112650557457205345
Binary100001101001010110101010110111110010111110000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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