#864A31

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

Shades of Paarl #864A31

Tints of Paarl #864A31

Color information

#864A31 (or 0x864A31) is unknown color: approx Paarl. HEX triplet: 86, 4A and 31. RGB value is (134,74,49). Sum of RGB (Red+Green+Blue) = 134+74+49=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #864A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864A31 is #79B5CE. Grayscale: #595959. Windows color (decimal): -7976399 or 3230342. OLE color: 3230342.

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

Color convert

RGB1347449-
CMYK00.450.630.47
HSL17.65º46.45%35.88%-
HSV(B)17.65º63.43%52.55%-
XYZ12.8310.194.2-
YUV89.09105.38160.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.14%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 49 (19.53% from 255) = 19.07%
R=52.14%
G=28.79%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134744900.450.630.4717.6546.4535.88
Hex864A3102D3F2F122e24
Octal206112610557757225644
Binary100001101001010110001010110111111110111110010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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