#874D39

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

Shades of Paarl #874D39

Tints of Paarl #874D39

Color information

#874D39 (or 0x874D39) is unknown color: approx Paarl. HEX triplet: 87, 4D and 39. RGB value is (135,77,57). Sum of RGB (Red+Green+Blue) = 135+77+57=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #874D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D39 is #78B2C6. Grayscale: #5C5C5C. Windows color (decimal): -7910087 or 3755399. OLE color: 3755399.

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

Color convert

RGB1357757-
CMYK00.430.580.47
HSL15.38º40.63%37.65%-
HSV(B)15.38º57.78%52.94%-
XYZ13.3810.755.24-
YUV92.06108.22158.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.19%
GREEN value IS 77 (30.47% from 255) = 28.62%
BLUE value IS 57 (22.66% from 255) = 21.19%
R=50.19%
G=28.62%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135775700.430.580.4715.3840.6337.65
Hex874D3902B3A2Ff2926
Octal207115710537257175146
Binary10000111100110111100101010111110101011111111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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