#87482E

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

Shades of Paarl #87482E

Tints of Paarl #87482E

Color information

#87482E (or 0x87482E) is unknown color: approx Paarl. HEX triplet: 87, 48 and 2E. RGB value is (135,72,46). Sum of RGB (Red+Green+Blue) = 135+72+46=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #87482E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87482E is #78B7D1. Grayscale: #585858. Windows color (decimal): -7911378 or 3033223. OLE color: 3033223.

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

Color convert

RGB1357246-
CMYK00.470.660.47
HSL17.53º49.17%35.49%-
HSV(B)17.53º65.93%52.94%-
XYZ12.89.983.84-
YUV87.87104.37161.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.36%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 46 (18.36% from 255) = 18.18%
R=53.36%
G=28.46%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135724600.470.660.4717.5349.1735.49
Hex87482E02F422F123123
Octal2071105605710257226143
Binary1000011110010001011100101111100001010111110010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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