#874E39

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

Shades of Paarl #874E39

Tints of Paarl #874E39

Color information

#874E39 (or 0x874E39) is unknown color: approx Paarl. HEX triplet: 87, 4E and 39. RGB value is (135,78,57). Sum of RGB (Red+Green+Blue) = 135+78+57=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #874E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874E39 is #78B1C6. Grayscale: #5C5C5C. Windows color (decimal): -7909831 or 3755655. OLE color: 3755655.

HSL color Cylindrical-coordinate representation of color #874E39: hue angle of 16.15º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #874E39 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB1357857-
CMYK00.420.580.47
HSL16.15º40.63%37.65%-
HSV(B)16.15º57.78%52.94%-
XYZ13.4510.95.26-
YUV92.65107.88158.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 57 (22.66% from 255) = 21.11%
R=50%
G=28.89%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135785700.420.580.4716.1540.6337.65
Hex874E3902A3A2F102926
Octal207116710527257205146
Binary100001111001110111001010101011101010111110000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874E39; }

 p { color: rgb(135,78,57); }

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

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

 a { background-color: rgb(135,78,57); }

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

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

 span { border-color: rgb(135,78,57); }

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