#874933

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

Shades of Paarl #874933

Tints of Paarl #874933

Color information

#874933 (or 0x874933) is unknown color: approx Paarl. HEX triplet: 87, 49 and 33. RGB value is (135,73,51). Sum of RGB (Red+Green+Blue) = 135+73+51=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #874933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874933 is #78B6CC. Grayscale: #595959. Windows color (decimal): -7911117 or 3361159. OLE color: 3361159.

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

Color convert

RGB1357351-
CMYK00.460.620.47
HSL15.71º45.16%36.47%-
HSV(B)15.71º62.22%52.94%-
XYZ12.9710.164.41-
YUV89.03106.54160.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 73 (28.91% from 255) = 28.19%
BLUE value IS 51 (20.31% from 255) = 19.69%
R=52.12%
G=28.19%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135735100.460.620.4715.7145.1636.47
Hex87493302E3E2F102d24
Octal207111630567657205544
Binary100001111001001110011010111011111010111110000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874933; }

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

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

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

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

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

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

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

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