#864931

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

Shades of Paarl #864931

Tints of Paarl #864931

Color information

#864931 (or 0x864931) is unknown color: approx Paarl. HEX triplet: 86, 49 and 31. RGB value is (134,73,49). Sum of RGB (Red+Green+Blue) = 134+73+49=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #864931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864931 is #79B6CE. Grayscale: #585858. Windows color (decimal): -7976655 or 3230086. OLE color: 3230086.

HSL color Cylindrical-coordinate representation of color #864931: hue angle of 16.94º 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 #864931 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1347349-
CMYK00.460.630.47
HSL16.94º46.45%35.88%-
HSV(B)16.94º63.43%52.55%-
XYZ12.7710.064.17-
YUV88.5105.71160.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.34%
GREEN value IS 73 (28.91% from 255) = 28.52%
BLUE value IS 49 (19.53% from 255) = 19.14%
R=52.34%
G=28.52%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134734900.460.630.4716.9446.4535.88
Hex86493102E3F2F112e24
Octal206111610567757215644
Binary100001101001001110001010111011111110111110001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864931; }

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

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

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

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

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

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

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

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