#874F34

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

Shades of Paarl #874F34

Tints of Paarl #874F34

Color information

#874F34 (or 0x874F34) is unknown color: approx Paarl. HEX triplet: 87, 4F and 34. RGB value is (135,79,52). Sum of RGB (Red+Green+Blue) = 135+79+52=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #874F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874F34 is #78B0CB. Grayscale: #5C5C5C. Windows color (decimal): -7909580 or 3428231. OLE color: 3428231.

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

Color convert

RGB1357952-
CMYK00.410.610.47
HSL19.52º44.39%36.67%-
HSV(B)19.52º61.48%52.94%-
XYZ13.4110.994.66-
YUV92.67105.05158.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.75%
GREEN value IS 79 (31.25% from 255) = 29.70%
BLUE value IS 52 (20.70% from 255) = 19.55%
R=50.75%
G=29.70%
B=19.55%

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
Decimal135795200.410.610.4719.5244.3936.67
Hex874F340293D2F142c25
Octal207117640517557245445
Binary100001111001111110100010100111110110111110100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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