#874F35

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

Shades of Paarl #874F35

Tints of Paarl #874F35

Color information

#874F35 (or 0x874F35) is unknown color: approx Paarl. HEX triplet: 87, 4F and 35. RGB value is (135,79,53). Sum of RGB (Red+Green+Blue) = 135+79+53=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #874F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874F35 is #78B0CA. Grayscale: #5C5C5C. Windows color (decimal): -7909579 or 3493767. OLE color: 3493767.

HSL color Cylindrical-coordinate representation of color #874F35: hue angle of 19.02º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #874F35 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1357953-
CMYK00.410.610.47
HSL19.02º43.62%36.86%-
HSV(B)19.02º60.74%52.94%-
XYZ13.43114.78-
YUV92.78105.55158.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.56%
GREEN value IS 79 (31.25% from 255) = 29.59%
BLUE value IS 53 (21.09% from 255) = 19.85%
R=50.56%
G=29.59%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135795300.410.610.4719.0243.6236.86
Hex874F350293D2F132c25
Octal207117650517557235445
Binary100001111001111110101010100111110110111110011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,79,53); }

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

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

 a { background-color: rgb(135,79,53); }

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

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

 span { border-color: rgb(135,79,53); }

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