#8D4731

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

Shades of Paarl #8D4731

Tints of Paarl #8D4731

Color information

#8D4731 (or 0x8D4731) is unknown color: approx Paarl. HEX triplet: 8D, 47 and 31. RGB value is (141,71,49). Sum of RGB (Red+Green+Blue) = 141+71+49=261 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.02% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4731 is #72B8CE. Grayscale: #595959. Windows color (decimal): -7518415 or 3229581. OLE color: 3229581.

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

Color convert

RGB1417149-
CMYK00.500.650.45
HSL14.35º48.42%37.25%-
HSV(B)14.35º65.25%55.29%-
XYZ13.7910.394.18-
YUV89.42105.19164.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.02%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 49 (19.53% from 255) = 18.77%
R=54.02%
G=27.20%
B=18.77%

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
Decimal141714900.500.650.4514.3548.4237.25
Hex8D4731032412De3025
Octal2151076106210155166045
Binary100011011000111110001011001010000011011011110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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