#874733

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

Shades of Paarl #874733

Tints of Paarl #874733

Color information

#874733 (or 0x874733) is unknown color: approx Paarl. HEX triplet: 87, 47 and 33. RGB value is (135,71,51). Sum of RGB (Red+Green+Blue) = 135+71+51=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #874733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874733 is #78B8CC. Grayscale: #585858. Windows color (decimal): -7911629 or 3360647. OLE color: 3360647.

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

Color convert

RGB1357151-
CMYK00.470.620.47
HSL14.29º45.16%36.47%-
HSV(B)14.29º62.22%52.94%-
XYZ12.849.94.37-
YUV87.86107.2161.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.53%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 51 (20.31% from 255) = 19.84%
R=52.53%
G=27.63%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135715100.470.620.4714.2945.1636.47
Hex87473302F3E2Fe2d24
Octal207107630577657165544
Binary10000111100011111001101011111111101011111110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874733; }

 p { color: rgb(135,71,51); }

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

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

 a { background-color: rgb(135,71,51); }

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

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

 span { border-color: rgb(135,71,51); }

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