#8C4837

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

Shades of Paarl #8C4837

Tints of Paarl #8C4837

Color information

#8C4837 (or 0x8C4837) is unknown color: approx Paarl. HEX triplet: 8C, 48 and 37. RGB value is (140,72,55). Sum of RGB (Red+Green+Blue) = 140+72+55=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4837 is #73B7C8. Grayscale: #5A5A5A. Windows color (decimal): -7583689 or 3623052. OLE color: 3623052.

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

Color convert

RGB1407255-
CMYK00.490.610.45
HSL12º43.59%38.24%-
HSV(B)12º60.71%54.9%-
XYZ13.8210.494.91-
YUV90.39108.03163.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.43%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 55 (21.88% from 255) = 20.60%
R=52.43%
G=26.97%
B=20.60%

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
Decimal140725500.490.610.451243.5938.24
Hex8C48370313D2Dc2c26
Octal214110670617555145446
Binary10001100100100011011101100011111011011011100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,72,55); }

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

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

 a { background-color: rgb(140,72,55); }

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

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

 span { border-color: rgb(140,72,55); }

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