#8D4535

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

Shades of Paarl #8D4535

Tints of Paarl #8D4535

Color information

#8D4535 (or 0x8D4535) is unknown color: approx Paarl. HEX triplet: 8D, 45 and 35. RGB value is (141,69,53). Sum of RGB (Red+Green+Blue) = 141+69+53=263 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.61% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4535 is #72BACA. Grayscale: #585858. Windows color (decimal): -7518923 or 3491213. OLE color: 3491213.

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

Color convert

RGB1416953-
CMYK00.510.620.45
HSL10.91º45.36%38.04%-
HSV(B)10.91º62.41%55.29%-
XYZ13.7610.184.61-
YUV88.7107.85165.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.61%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 53 (21.09% from 255) = 20.15%
R=53.61%
G=26.24%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141695300.510.620.4510.9145.3638.04
Hex8D45350333E2Db2d26
Octal215105650637655135546
Binary10001101100010111010101100111111101011011011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,69,53); }

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

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

 a { background-color: rgb(141,69,53); }

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

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

 span { border-color: rgb(141,69,53); }

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