#87483A

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

Shades of Paarl #87483A

Tints of Paarl #87483A

Color information

#87483A (or 0x87483A) is unknown color: approx Paarl. HEX triplet: 87, 48 and 3A. RGB value is (135,72,58). Sum of RGB (Red+Green+Blue) = 135+72+58=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87483A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87483A is #78B7C5. Grayscale: #595959. Windows color (decimal): -7911366 or 3819655. OLE color: 3819655.

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

Color convert

RGB1357258-
CMYK00.470.570.47
HSL10.91º39.9%37.84%-
HSV(B)10.91º57.04%52.94%-
XYZ13.0710.095.26-
YUV89.24110.37160.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 58 (23.05% from 255) = 21.89%
R=50.94%
G=27.17%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135725800.470.570.4710.9139.937.84
Hex87483A02F392Fb2826
Octal207110720577157135046
Binary10000111100100011101001011111110011011111011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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