#874E31

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

Shades of Paarl #874E31

Tints of Paarl #874E31

Color information

#874E31 (or 0x874E31) is unknown color: approx Paarl. HEX triplet: 87, 4E and 31. RGB value is (135,78,49). Sum of RGB (Red+Green+Blue) = 135+78+49=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #874E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874E31 is #78B1CE. Grayscale: #5B5B5B. Windows color (decimal): -7909839 or 3231367. OLE color: 3231367.

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

Color convert

RGB1357849-
CMYK00.420.640.47
HSL20.23º46.74%36.08%-
HSV(B)20.23º63.7%52.94%-
XYZ13.2710.824.3-
YUV91.74103.88158.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.53%
GREEN value IS 78 (30.86% from 255) = 29.77%
BLUE value IS 49 (19.53% from 255) = 18.70%
R=51.53%
G=29.77%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135784900.420.640.4720.2346.7436.08
Hex874E3102A402F142f24
Octal2071166105210057245744
Binary1000011110011101100010101010100000010111110100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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