#8C4736

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

Shades of Paarl #8C4736

Tints of Paarl #8C4736

Color information

#8C4736 (or 0x8C4736) is unknown color: approx Paarl. HEX triplet: 8C, 47 and 36. RGB value is (140,71,54). Sum of RGB (Red+Green+Blue) = 140+71+54=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4736 is #73B8C9. Grayscale: #595959. Windows color (decimal): -7583946 or 3557260. OLE color: 3557260.

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

Color convert

RGB1407154-
CMYK00.490.610.45
HSL11.86º44.33%38.04%-
HSV(B)11.86º61.43%54.9%-
XYZ13.7310.354.76-
YUV89.69107.86163.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.83%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 54 (21.48% from 255) = 20.38%
R=52.83%
G=26.79%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140715400.490.610.4511.8644.3338.04
Hex8C47360313D2Dc2c26
Octal214107660617555145446
Binary10001100100011111011001100011111011011011100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,71,54); }

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

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

 a { background-color: rgb(140,71,54); }

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

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

 span { border-color: rgb(140,71,54); }

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