#8D4636

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

Shades of Paarl #8D4636

Tints of Paarl #8D4636

Color information

#8D4636 (or 0x8D4636) is unknown color: approx Paarl. HEX triplet: 8D, 46 and 36. RGB value is (141,70,54). Sum of RGB (Red+Green+Blue) = 141+70+54=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4636 is #72B9C9. Grayscale: #595959. Windows color (decimal): -7518666 or 3557005. OLE color: 3557005.

HSL color Cylindrical-coordinate representation of color #8D4636: hue angle of 11.03º 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 #8D4636 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB1417054-
CMYK00.500.620.45
HSL11.03º44.62%38.24%-
HSV(B)11.03º61.7%55.29%-
XYZ13.8410.314.75-
YUV89.4108.02164.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.21%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 54 (21.48% from 255) = 20.38%
R=53.21%
G=26.42%
B=20.38%

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
Decimal141705400.500.620.4511.0344.6238.24
Hex8D46360323E2Db2d26
Octal215106660627655135546
Binary10001101100011011011001100101111101011011011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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