#864E35

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

Shades of Paarl #864E35

Tints of Paarl #864E35

Color information

#864E35 (or 0x864E35) is unknown color: approx Paarl. HEX triplet: 86, 4E and 35. RGB value is (134,78,53). Sum of RGB (Red+Green+Blue) = 134+78+53=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #864E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E35 is #79B1CA. Grayscale: #5C5C5C. Windows color (decimal): -7975371 or 3493510. OLE color: 3493510.

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

Color convert

RGB1347853-
CMYK00.420.600.47
HSL18.52º43.32%36.67%-
HSV(B)18.52º60.45%52.55%-
XYZ13.210.774.75-
YUV91.89106.05158.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 53 (21.09% from 255) = 20%
R=50.57%
G=29.43%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134785300.420.600.4718.5243.3236.67
Hex864E3502A3C2F132b25
Octal206116650527457235345
Binary100001101001110110101010101011110010111110011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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