#8D4632

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

Shades of Paarl #8D4632

Tints of Paarl #8D4632

Color information

#8D4632 (or 0x8D4632) is unknown color: approx Paarl. HEX triplet: 8D, 46 and 32. RGB value is (141,70,50). Sum of RGB (Red+Green+Blue) = 141+70+50=261 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.02% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4632 is #72B9CD. Grayscale: #595959. Windows color (decimal): -7518670 or 3294861. OLE color: 3294861.

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

Color convert

RGB1417050-
CMYK00.500.650.45
HSL13.19º47.64%37.45%-
HSV(B)13.19º64.54%55.29%-
XYZ13.7510.274.28-
YUV88.95106.02165.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.02%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 50 (19.92% from 255) = 19.16%
R=54.02%
G=26.82%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141705000.500.650.4513.1947.6437.45
Hex8D4632032412Dd3025
Octal2151066206210155156045
Binary100011011000110110010011001010000011011011101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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