#8c4835

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

Shades of Paarl #8C4835

Tints of Paarl #8C4835

Color information

#8C4835 (or 0x8C4835) is unknown color: approx Paarl. HEX triplet: 8C, 48 and 35. RGB value is (140,72,53). Sum of RGB (Red+Green+Blue) = 140+72+53=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4835 is #73B7CA. Grayscale: #5A5A5A. Windows color (decimal): -7583691 or 3491980. OLE color: 3491980.

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

Color convert

RGB1407253-
CMYK00.490.620.45
HSL13.1º45.08%37.84%-
HSV(B)13.1º62.14%54.9%-
XYZ13.7810.474.66-
YUV90.17107.03163.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.83%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 53 (21.09% from 255) = 20%
R=52.83%
G=27.17%
B=20%

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
Decimal140725300.490.620.4513.145.0837.84
Hex8C48350313E2Dd2d26
Octal214110650617655155546
Binary10001100100100011010101100011111101011011101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c4835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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