#8C4631

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

Shades of Paarl #8C4631

Tints of Paarl #8C4631

Color information

#8C4631 (or 0x8C4631) is unknown color: approx Paarl. HEX triplet: 8C, 46 and 31. RGB value is (140,70,49). Sum of RGB (Red+Green+Blue) = 140+70+49=259 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.05% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4631 is #73B9CE. Grayscale: #585858. Windows color (decimal): -7584207 or 3229324. OLE color: 3229324.

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

Color convert

RGB1407049-
CMYK00.500.650.45
HSL13.85º48.15%37.06%-
HSV(B)13.85º65%54.9%-
XYZ13.5610.184.16-
YUV88.54105.69164.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.05%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 49 (19.53% from 255) = 18.92%
R=54.05%
G=27.03%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140704900.500.650.4513.8548.1537.06
Hex8C4631032412De3025
Octal2141066106210155166045
Binary100011001000110110001011001010000011011011110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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