#8D4839

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

Shades of Paarl #8D4839

Tints of Paarl #8D4839

Color information

#8D4839 (or 0x8D4839) is unknown color: approx Paarl. HEX triplet: 8D, 48 and 39. RGB value is (141,72,57). Sum of RGB (Red+Green+Blue) = 141+72+57=270 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.22% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4839 is #72B7C6. Grayscale: #5B5B5B. Windows color (decimal): -7518151 or 3754125. OLE color: 3754125.

HSL color Cylindrical-coordinate representation of color #8D4839: hue angle of 10.71º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D4839 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB1417257-
CMYK00.490.600.45
HSL10.71º42.42%38.82%-
HSV(B)10.71º59.57%55.29%-
XYZ14.0410.595.18-
YUV90.92108.86163.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.22%
GREEN value IS 72 (28.52% from 255) = 26.67%
BLUE value IS 57 (22.66% from 255) = 21.11%
R=52.22%
G=26.67%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141725700.490.600.4510.7142.4238.82
Hex8D48390313C2Db2a27
Octal215110710617455135247
Binary10001101100100011100101100011111001011011011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,72,57); }

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

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

 a { background-color: rgb(141,72,57); }

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

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

 span { border-color: rgb(141,72,57); }

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