#874735

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

Shades of Paarl #874735

Tints of Paarl #874735

Color information

#874735 (or 0x874735) is unknown color: approx Paarl. HEX triplet: 87, 47 and 35. RGB value is (135,71,53). Sum of RGB (Red+Green+Blue) = 135+71+53=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #874735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874735 is #78B8CA. Grayscale: #585858. Windows color (decimal): -7911627 or 3491719. OLE color: 3491719.

HSL color Cylindrical-coordinate representation of color #874735: hue angle of 13.17º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #874735 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1357153-
CMYK00.470.610.47
HSL13.17º43.62%36.86%-
HSV(B)13.17º60.74%52.94%-
XYZ12.899.914.6-
YUV88.08108.2161.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 53 (21.09% from 255) = 20.46%
R=52.12%
G=27.41%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135715300.470.610.4713.1743.6236.86
Hex87473502F3D2Fd2c25
Octal207107650577557155445
Binary10000111100011111010101011111111011011111101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874735; }

 p { color: rgb(135,71,53); }

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

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

 a { background-color: rgb(135,71,53); }

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

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

 span { border-color: rgb(135,71,53); }

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