#86482C

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

Shades of Paarl #86482C

Tints of Paarl #86482C

Color information

#86482C (or 0x86482C) is unknown color: approx Paarl. HEX triplet: 86, 48 and 2C. RGB value is (134,72,44). Sum of RGB (Red+Green+Blue) = 134+72+44=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #86482C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86482C is #79B7D3. Grayscale: #575757. Windows color (decimal): -7976916 or 2902150. OLE color: 2902150.

HSL color Cylindrical-coordinate representation of color #86482C: hue angle of 18.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86482C is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1347244-
CMYK00.460.670.47
HSL18.67º50.56%34.9%-
HSV(B)18.67º67.16%52.55%-
XYZ12.69.883.63-
YUV87.35103.54161.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 44 (17.58% from 255) = 17.6%
R=53.6%
G=28.8%
B=17.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134724400.460.670.4718.6750.5634.9
Hex86482C02E432F133323
Octal2061105405610357236343
Binary1000011010010001011000101110100001110111110011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86482C; }

 p { color: rgb(134,72,44); }

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

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

 a { background-color: rgb(134,72,44); }

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

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

 span { border-color: rgb(134,72,44); }

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