#87513A

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

Shades of Paarl #87513A

Tints of Paarl #87513A

Color information

#87513A (or 0x87513A) is unknown color: approx Paarl. HEX triplet: 87, 51 and 3A. RGB value is (135,81,58). Sum of RGB (Red+Green+Blue) = 135+81+58=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #87513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87513A is #78AEC5. Grayscale: #5E5E5E. Windows color (decimal): -7909062 or 3821959. OLE color: 3821959.

HSL color Cylindrical-coordinate representation of color #87513A: hue angle of 17.92º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #87513A is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1358158-
CMYK00.400.570.47
HSL17.92º39.9%37.84%-
HSV(B)17.92º57.04%52.94%-
XYZ13.711.345.47-
YUV94.52107.39156.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.27%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 58 (23.05% from 255) = 21.17%
R=49.27%
G=29.56%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135815800.400.570.4717.9239.937.84
Hex87513A028392F122826
Octal207121720507157225046
Binary100001111010001111010010100011100110111110010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87513A; }

 p { color: rgb(135,81,58); }

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

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

 a { background-color: rgb(135,81,58); }

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

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

 span { border-color: rgb(135,81,58); }

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