#874836

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

Shades of Paarl #874836

Tints of Paarl #874836

Color information

#874836 (or 0x874836) is unknown color: approx Paarl. HEX triplet: 87, 48 and 36. RGB value is (135,72,54). Sum of RGB (Red+Green+Blue) = 135+72+54=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #874836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874836 is #78B7C9. Grayscale: #585858. Windows color (decimal): -7911370 or 3557511. OLE color: 3557511.

HSL color Cylindrical-coordinate representation of color #874836: hue angle of 13.33º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #874836 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1357254-
CMYK00.470.600.47
HSL13.33º42.86%37.06%-
HSV(B)13.33º60%52.94%-
XYZ12.9710.054.75-
YUV88.78108.37160.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.72%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 54 (21.48% from 255) = 20.69%
R=51.72%
G=27.59%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135725400.470.600.4713.3342.8637.06
Hex87483602F3C2Fd2b25
Octal207110660577457155345
Binary10000111100100011011001011111111001011111101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874836; }

 p { color: rgb(135,72,54); }

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

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

 a { background-color: rgb(135,72,54); }

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

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

 span { border-color: rgb(135,72,54); }

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