#8D4736

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

Shades of Paarl #8D4736

Tints of Paarl #8D4736

Color information

#8D4736 (or 0x8D4736) is unknown color: approx Paarl. HEX triplet: 8D, 47 and 36. RGB value is (141,71,54). Sum of RGB (Red+Green+Blue) = 141+71+54=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4736 is #72B8C9. Grayscale: #5A5A5A. Windows color (decimal): -7518410 or 3557261. OLE color: 3557261.

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

Color convert

RGB1417154-
CMYK00.500.620.45
HSL11.72º44.62%38.24%-
HSV(B)11.72º61.7%55.29%-
XYZ13.910.444.77-
YUV89.99107.69164.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.01%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 54 (21.48% from 255) = 20.30%
R=53.01%
G=26.69%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141715400.500.620.4511.7244.6238.24
Hex8D47360323E2Dc2d26
Octal215107660627655145546
Binary10001101100011111011001100101111101011011100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,71,54); }

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

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

 a { background-color: rgb(141,71,54); }

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

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

 span { border-color: rgb(141,71,54); }

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