#8C4E34

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

Shades of Paarl #8C4E34

Tints of Paarl #8C4E34

Color information

#8C4E34 (or 0x8C4E34) is unknown color: approx Paarl. HEX triplet: 8C, 4E and 34. RGB value is (140,78,52). Sum of RGB (Red+Green+Blue) = 140+78+52=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C4E34 is #73B1CB. Grayscale: #5D5D5D. Windows color (decimal): -7582156 or 3427980. OLE color: 3427980.

HSL color Cylindrical-coordinate representation of color #8C4E34: hue angle of 17.73º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C4E34 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB1407852-
CMYK00.440.630.45
HSL17.73º45.83%37.65%-
HSV(B)17.73º62.86%54.9%-
XYZ14.1611.274.68-
YUV93.57104.54161.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.85%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 52 (20.70% from 255) = 19.26%
R=51.85%
G=28.89%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140785200.440.630.4517.7345.8337.65
Hex8C4E3402C3F2D122e26
Octal214116640547755225646
Binary100011001001110110100010110011111110110110010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C4E34; }

 p { color: rgb(140,78,52); }

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

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

 a { background-color: rgb(140,78,52); }

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

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

 span { border-color: rgb(140,78,52); }

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