#874A32

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

Shades of Paarl #874A32

Tints of Paarl #874A32

Color information

#874A32 (or 0x874A32) is unknown color: approx Paarl. HEX triplet: 87, 4A and 32. RGB value is (135,74,50). Sum of RGB (Red+Green+Blue) = 135+74+50=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #874A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A32 is #78B5CD. Grayscale: #595959. Windows color (decimal): -7910862 or 3295879. OLE color: 3295879.

HSL color Cylindrical-coordinate representation of color #874A32: hue angle of 16.94º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #874A32 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1357450-
CMYK00.450.630.47
HSL16.94º45.95%36.27%-
HSV(B)16.94º62.96%52.94%-
XYZ13.0210.284.32-
YUV89.5105.71160.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 74 (29.30% from 255) = 28.57%
BLUE value IS 50 (19.92% from 255) = 19.31%
R=52.12%
G=28.57%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135745000.450.630.4716.9445.9536.27
Hex874A3202D3F2F112e24
Octal207112620557757215644
Binary100001111001010110010010110111111110111110001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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