#8C4934

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

Shades of Paarl #8C4934

Tints of Paarl #8C4934

Color information

#8C4934 (or 0x8C4934) is unknown color: approx Paarl. HEX triplet: 8C, 49 and 34. RGB value is (140,73,52). Sum of RGB (Red+Green+Blue) = 140+73+52=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4934 is #73B6CB. Grayscale: #5A5A5A. Windows color (decimal): -7583436 or 3426700. OLE color: 3426700.

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

Color convert

RGB1407352-
CMYK00.480.630.45
HSL14.32º45.83%37.65%-
HSV(B)14.32º62.86%54.9%-
XYZ13.8210.594.56-
YUV90.64106.2163.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.83%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 52 (20.70% from 255) = 19.62%
R=52.83%
G=27.55%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140735200.480.630.4514.3245.8337.65
Hex8C49340303F2De2e26
Octal214111640607755165646
Binary10001100100100111010001100001111111011011110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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