#87493A

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

Shades of Paarl #87493A

Tints of Paarl #87493A

Color information

#87493A (or 0x87493A) is unknown color: approx Paarl. HEX triplet: 87, 49 and 3A. RGB value is (135,73,58). Sum of RGB (Red+Green+Blue) = 135+73+58=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #87493A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87493A is #78B6C5. Grayscale: #595959. Windows color (decimal): -7911110 or 3819911. OLE color: 3819911.

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

Color convert

RGB1357358-
CMYK00.460.570.47
HSL11.69º39.9%37.84%-
HSV(B)11.69º57.04%52.94%-
XYZ13.1410.225.28-
YUV89.83110.04160.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.75%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=50.75%
G=27.44%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135735800.460.570.4711.6939.937.84
Hex87493A02E392Fc2826
Octal207111720567157145046
Binary10000111100100111101001011101110011011111100101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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