#87503A

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

Shades of Paarl #87503A

Tints of Paarl #87503A

Color information

#87503A (or 0x87503A) is unknown color: approx Paarl. HEX triplet: 87, 50 and 3A. RGB value is (135,80,58). Sum of RGB (Red+Green+Blue) = 135+80+58=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #87503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87503A is #78AFC5. Grayscale: #5E5E5E. Windows color (decimal): -7909318 or 3821703. OLE color: 3821703.

HSL color Cylindrical-coordinate representation of color #87503A: hue angle of 17.14º 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 #87503A is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1358058-
CMYK00.410.570.47
HSL17.14º39.9%37.84%-
HSV(B)17.14º57.04%52.94%-
XYZ13.6211.195.45-
YUV93.94107.72157.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.45%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 58 (23.05% from 255) = 21.25%
R=49.45%
G=29.30%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135805800.410.570.4717.1439.937.84
Hex87503A029392F112826
Octal207120720517157215046
Binary100001111010000111010010100111100110111110001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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