#8D4634

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

Shades of Paarl #8D4634

Tints of Paarl #8D4634

Color information

#8D4634 (or 0x8D4634) is unknown color: approx Paarl. HEX triplet: 8D, 46 and 34. RGB value is (141,70,52). Sum of RGB (Red+Green+Blue) = 141+70+52=263 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.61% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4634 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4634 is #72B9CB. Grayscale: #595959. Windows color (decimal): -7518668 or 3425933. OLE color: 3425933.

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

Color convert

RGB1417052-
CMYK00.500.630.45
HSL12.13º46.11%37.84%-
HSV(B)12.13º63.12%55.29%-
XYZ13.7910.294.51-
YUV89.18107.02164.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.61%
GREEN value IS 70 (27.73% from 255) = 26.62%
BLUE value IS 52 (20.70% from 255) = 19.77%
R=53.61%
G=26.62%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141705200.500.630.4512.1346.1137.84
Hex8D46340323F2Dc2e26
Octal215106640627755145646
Binary10001101100011011010001100101111111011011100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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