#8D4836

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

Shades of Paarl #8D4836

Tints of Paarl #8D4836

Color information

#8D4836 (or 0x8D4836) is unknown color: approx Paarl. HEX triplet: 8D, 48 and 36. RGB value is (141,72,54). Sum of RGB (Red+Green+Blue) = 141+72+54=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4836 is #72B7C9. Grayscale: #5A5A5A. Windows color (decimal): -7518154 or 3557517. OLE color: 3557517.

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

Color convert

RGB1417254-
CMYK00.490.620.45
HSL12.41º44.62%38.24%-
HSV(B)12.41º61.7%55.29%-
XYZ13.9710.564.79-
YUV90.58107.36163.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.81%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 54 (21.48% from 255) = 20.22%
R=52.81%
G=26.97%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141725400.490.620.4512.4144.6238.24
Hex8D48360313E2Dc2d26
Octal215110660617655145546
Binary10001101100100011011001100011111101011011100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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