#86482E

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

Shades of Paarl #86482E

Tints of Paarl #86482E

Color information

#86482E (or 0x86482E) is unknown color: approx Paarl. HEX triplet: 86, 48 and 2E. RGB value is (134,72,46). Sum of RGB (Red+Green+Blue) = 134+72+46=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #86482E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86482E is #79B7D1. Grayscale: #575757. Windows color (decimal): -7976914 or 3033222. OLE color: 3033222.

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

Color convert

RGB1347246-
CMYK00.460.660.47
HSL17.73º48.89%35.29%-
HSV(B)17.73º65.67%52.55%-
XYZ12.649.93.83-
YUV87.57104.54161.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.17%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 46 (18.36% from 255) = 18.25%
R=53.17%
G=28.57%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134724600.460.660.4717.7348.8935.29
Hex86482E02E422F123123
Octal2061105605610257226143
Binary1000011010010001011100101110100001010111110010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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