#874932

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

Shades of Paarl #874932

Tints of Paarl #874932

Color information

#874932 (or 0x874932) is unknown color: approx Paarl. HEX triplet: 87, 49 and 32. RGB value is (135,73,50). Sum of RGB (Red+Green+Blue) = 135+73+50=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #874932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874932 is #78B6CD. Grayscale: #595959. Windows color (decimal): -7911118 or 3295623. OLE color: 3295623.

HSL color Cylindrical-coordinate representation of color #874932: hue angle of 16.24º 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 #874932 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1357350-
CMYK00.460.630.47
HSL16.24º45.95%36.27%-
HSV(B)16.24º62.96%52.94%-
XYZ12.9510.154.29-
YUV88.92106.04160.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.33%
GREEN value IS 73 (28.91% from 255) = 28.29%
BLUE value IS 50 (19.92% from 255) = 19.38%
R=52.33%
G=28.29%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135735000.460.630.4716.2445.9536.27
Hex87493202E3F2F102e24
Octal207111620567757205644
Binary100001111001001110010010111011111110111110000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874932; }

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

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

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

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

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

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

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

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