#874E33

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

Shades of Paarl #874E33

Tints of Paarl #874E33

Color information

#874E33 (or 0x874E33) is unknown color: approx Paarl. HEX triplet: 87, 4E and 33. RGB value is (135,78,51). Sum of RGB (Red+Green+Blue) = 135+78+51=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #874E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874E33 is #78B1CC. Grayscale: #5C5C5C. Windows color (decimal): -7909837 or 3362439. OLE color: 3362439.

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

Color convert

RGB1357851-
CMYK00.420.620.47
HSL19.29º45.16%36.47%-
HSV(B)19.29º62.22%52.94%-
XYZ13.3110.844.52-
YUV91.96104.88158.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.14%
GREEN value IS 78 (30.86% from 255) = 29.55%
BLUE value IS 51 (20.31% from 255) = 19.32%
R=51.14%
G=29.55%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135785100.420.620.4719.2945.1636.47
Hex874E3302A3E2F132d24
Octal207116630527657235544
Binary100001111001110110011010101011111010111110011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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