#874E38

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

Shades of Paarl #874E38

Tints of Paarl #874E38

Color information

#874E38 (or 0x874E38) is unknown color: approx Paarl. HEX triplet: 87, 4E and 38. RGB value is (135,78,56). Sum of RGB (Red+Green+Blue) = 135+78+56=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #874E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874E38 is #78B1C7. Grayscale: #5C5C5C. Windows color (decimal): -7909832 or 3690119. OLE color: 3690119.

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

Color convert

RGB1357856-
CMYK00.420.590.47
HSL16.71º41.36%37.45%-
HSV(B)16.71º58.52%52.94%-
XYZ13.4310.895.13-
YUV92.53107.38158.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.19%
GREEN value IS 78 (30.86% from 255) = 29.00%
BLUE value IS 56 (22.27% from 255) = 20.82%
R=50.19%
G=29.00%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135785600.420.590.4716.7141.3637.45
Hex874E3802A3B2F112925
Octal207116700527357215145
Binary100001111001110111000010101011101110111110001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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