#87482F

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

Shades of Paarl #87482F

Tints of Paarl #87482F

Color information

#87482F (or 0x87482F) is unknown color: approx Paarl. HEX triplet: 87, 48 and 2F. RGB value is (135,72,47). Sum of RGB (Red+Green+Blue) = 135+72+47=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #87482F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87482F is #78B7D0. Grayscale: #585858. Windows color (decimal): -7911377 or 3098759. OLE color: 3098759.

HSL color Cylindrical-coordinate representation of color #87482F: hue angle of 17.05º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #87482F is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1357247-
CMYK00.470.650.47
HSL17.05º48.35%35.69%-
HSV(B)17.05º65.19%52.94%-
XYZ12.829.993.94-
YUV87.99104.87161.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.15%
GREEN value IS 72 (28.52% from 255) = 28.35%
BLUE value IS 47 (18.75% from 255) = 18.50%
R=53.15%
G=28.35%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135724700.470.650.4717.0548.3535.69
Hex87482F02F412F113024
Octal2071105705710157216044
Binary1000011110010001011110101111100000110111110001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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