#874939

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

Shades of Paarl #874939

Tints of Paarl #874939

Color information

#874939 (or 0x874939) is unknown color: approx Paarl. HEX triplet: 87, 49 and 39. RGB value is (135,73,57). Sum of RGB (Red+Green+Blue) = 135+73+57=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #874939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874939 is #78B6C6. Grayscale: #595959. Windows color (decimal): -7911111 or 3754375. OLE color: 3754375.

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

Color convert

RGB1357357-
CMYK00.460.580.47
HSL12.31º40.63%37.65%-
HSV(B)12.31º57.78%52.94%-
XYZ13.1110.215.15-
YUV89.71109.54160.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 57 (22.66% from 255) = 21.51%
R=50.94%
G=27.55%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135735700.460.580.4712.3140.6337.65
Hex87493902E3A2Fc2926
Octal207111710567257145146
Binary10000111100100111100101011101110101011111100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874939; }

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

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

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

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

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

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

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

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