#874D36

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

Shades of Paarl #874D36

Tints of Paarl #874D36

Color information

#874D36 (or 0x874D36) is unknown color: approx Paarl. HEX triplet: 87, 4D and 36. RGB value is (135,77,54). Sum of RGB (Red+Green+Blue) = 135+77+54=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #874D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D36 is #78B2C9. Grayscale: #5B5B5B. Windows color (decimal): -7910090 or 3558791. OLE color: 3558791.

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

Color convert

RGB1357754-
CMYK00.430.600.47
HSL17.04º42.86%37.06%-
HSV(B)17.04º60%52.94%-
XYZ13.3110.724.86-
YUV91.72106.72158.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.75%
GREEN value IS 77 (30.47% from 255) = 28.95%
BLUE value IS 54 (21.48% from 255) = 20.30%
R=50.75%
G=28.95%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135775400.430.600.4717.0442.8637.06
Hex874D3602B3C2F112b25
Octal207115660537457215345
Binary100001111001101110110010101111110010111110001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,77,54); }

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

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

 a { background-color: rgb(135,77,54); }

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

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

 span { border-color: rgb(135,77,54); }

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