#8C4734

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

Shades of Paarl #8C4734

Tints of Paarl #8C4734

Color information

#8C4734 (or 0x8C4734) is unknown color: approx Paarl. HEX triplet: 8C, 47 and 34. RGB value is (140,71,52). Sum of RGB (Red+Green+Blue) = 140+71+52=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4734 is #73B8CB. Grayscale: #595959. Windows color (decimal): -7583948 or 3426188. OLE color: 3426188.

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

Color convert

RGB1407152-
CMYK00.490.630.45
HSL12.95º45.83%37.65%-
HSV(B)12.95º62.86%54.9%-
XYZ13.6910.334.52-
YUV89.46106.86164.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.23%
GREEN value IS 71 (28.12% from 255) = 27.00%
BLUE value IS 52 (20.70% from 255) = 19.77%
R=53.23%
G=27.00%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140715200.490.630.4512.9545.8337.65
Hex8C47340313F2Dd2e26
Octal214107640617755155646
Binary10001100100011111010001100011111111011011101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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