#8C4935

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

Shades of Paarl #8C4935

Tints of Paarl #8C4935

Color information

#8C4935 (or 0x8C4935) is unknown color: approx Paarl. HEX triplet: 8C, 49 and 35. RGB value is (140,73,53). Sum of RGB (Red+Green+Blue) = 140+73+53=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4935 is #73B6CA. Grayscale: #5A5A5A. Windows color (decimal): -7583435 or 3492236. OLE color: 3492236.

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

Color convert

RGB1407353-
CMYK00.480.620.45
HSL13.79º45.08%37.84%-
HSV(B)13.79º62.14%54.9%-
XYZ13.8410.64.68-
YUV90.75106.7163.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.63%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 53 (21.09% from 255) = 19.92%
R=52.63%
G=27.44%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140735300.480.620.4513.7945.0837.84
Hex8C49350303E2De2d26
Octal214111650607655165546
Binary10001100100100111010101100001111101011011110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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