#874F38

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

Shades of Paarl #874F38

Tints of Paarl #874F38

Color information

#874F38 (or 0x874F38) is unknown color: approx Paarl. HEX triplet: 87, 4F and 38. RGB value is (135,79,56). Sum of RGB (Red+Green+Blue) = 135+79+56=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #874F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874F38 is #78B0C7. Grayscale: #5D5D5D. Windows color (decimal): -7909576 or 3690375. OLE color: 3690375.

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

Color convert

RGB1357956-
CMYK00.410.590.47
HSL17.47º41.36%37.45%-
HSV(B)17.47º58.52%52.94%-
XYZ13.511.035.16-
YUV93.12107.05157.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50%
GREEN value IS 79 (31.25% from 255) = 29.26%
BLUE value IS 56 (22.27% from 255) = 20.74%
R=50%
G=29.26%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135795600.410.590.4717.4741.3637.45
Hex874F380293B2F112925
Octal207117700517357215145
Binary100001111001111111000010100111101110111110001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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