#874A39

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

Shades of Paarl #874A39

Tints of Paarl #874A39

Color information

#874A39 (or 0x874A39) is unknown color: approx Paarl. HEX triplet: 87, 4A and 39. RGB value is (135,74,57). Sum of RGB (Red+Green+Blue) = 135+74+57=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #874A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A39 is #78B5C6. Grayscale: #5A5A5A. Windows color (decimal): -7910855 or 3754631. OLE color: 3754631.

HSL color Cylindrical-coordinate representation of color #874A39: hue angle of 13.08º 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 #874A39 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB1357457-
CMYK00.450.580.47
HSL13.08º40.63%37.65%-
HSV(B)13.08º57.78%52.94%-
XYZ13.1810.345.17-
YUV90.3109.21159.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.75%
GREEN value IS 74 (29.30% from 255) = 27.82%
BLUE value IS 57 (22.66% from 255) = 21.43%
R=50.75%
G=27.82%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135745700.450.580.4713.0840.6337.65
Hex874A3902D3A2Fd2926
Octal207112710557257155146
Binary10000111100101011100101011011110101011111101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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