#874A38

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

Shades of Paarl #874A38

Tints of Paarl #874A38

Color information

#874A38 (or 0x874A38) is unknown color: approx Paarl. HEX triplet: 87, 4A and 38. RGB value is (135,74,56). Sum of RGB (Red+Green+Blue) = 135+74+56=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #874A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A38 is #78B5C7. Grayscale: #5A5A5A. Windows color (decimal): -7910856 or 3689095. OLE color: 3689095.

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

Color convert

RGB1357456-
CMYK00.450.590.47
HSL13.67º41.36%37.45%-
HSV(B)13.67º58.52%52.94%-
XYZ13.1510.335.04-
YUV90.19108.71159.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 74 (29.30% from 255) = 27.92%
BLUE value IS 56 (22.27% from 255) = 21.13%
R=50.94%
G=27.92%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135745600.450.590.4713.6741.3637.45
Hex874A3802D3B2Fe2925
Octal207112700557357165145
Binary10000111100101011100001011011110111011111110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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