#8C4633

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

Shades of Paarl #8C4633

Tints of Paarl #8C4633

Color information

#8C4633 (or 0x8C4633) is unknown color: approx Paarl. HEX triplet: 8C, 46 and 33. RGB value is (140,70,51). Sum of RGB (Red+Green+Blue) = 140+70+51=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4633 is #73B9CC. Grayscale: #585858. Windows color (decimal): -7584205 or 3360396. OLE color: 3360396.

HSL color Cylindrical-coordinate representation of color #8C4633: hue angle of 12.81º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C4633 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB1407051-
CMYK00.500.640.45
HSL12.81º46.6%37.45%-
HSV(B)12.81º63.57%54.9%-
XYZ13.610.194.38-
YUV88.76106.69164.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.64%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 51 (20.31% from 255) = 19.54%
R=53.64%
G=26.82%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140705100.500.640.4512.8146.637.45
Hex8C4633032402Dd2f25
Octal2141066306210055155745
Binary100011001000110110011011001010000001011011101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,70,51); }

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

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

 a { background-color: rgb(140,70,51); }

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

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

 span { border-color: rgb(140,70,51); }

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