#874732

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

Shades of Paarl #874732

Tints of Paarl #874732

Color information

#874732 (or 0x874732) is unknown color: approx Paarl. HEX triplet: 87, 47 and 32. RGB value is (135,71,50). Sum of RGB (Red+Green+Blue) = 135+71+50=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #874732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874732 is #78B8CD. Grayscale: #575757. Windows color (decimal): -7911630 or 3295111. OLE color: 3295111.

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

Color convert

RGB1357150-
CMYK00.470.630.47
HSL14.82º45.95%36.27%-
HSV(B)14.82º62.96%52.94%-
XYZ12.829.894.25-
YUV87.74106.7161.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.73%
GREEN value IS 71 (28.12% from 255) = 27.73%
BLUE value IS 50 (19.92% from 255) = 19.53%
R=52.73%
G=27.73%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135715000.470.630.4714.8245.9536.27
Hex87473202F3F2Ff2e24
Octal207107620577757175644
Binary10000111100011111001001011111111111011111111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874732; }

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

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

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

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

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

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

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

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