#864935

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

Shades of Paarl #864935

Tints of Paarl #864935

Color information

#864935 (or 0x864935) is unknown color: approx Paarl. HEX triplet: 86, 49 and 35. RGB value is (134,73,53). Sum of RGB (Red+Green+Blue) = 134+73+53=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #864935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864935 is #79B6CA. Grayscale: #595959. Windows color (decimal): -7976651 or 3492230. OLE color: 3492230.

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

Color convert

RGB1347353-
CMYK00.460.600.47
HSL14.81º43.32%36.67%-
HSV(B)14.81º60.45%52.55%-
XYZ12.8610.094.64-
YUV88.96107.71160.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 73 (28.91% from 255) = 28.08%
BLUE value IS 53 (21.09% from 255) = 20.38%
R=51.54%
G=28.08%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134735300.460.600.4714.8143.3236.67
Hex86493502E3C2Ff2b25
Octal206111650567457175345
Binary10000110100100111010101011101111001011111111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864935; }

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

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

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

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

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

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

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

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