#8A492C

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

Shades of Paarl #8A492C

Tints of Paarl #8A492C

Color information

#8A492C (or 0x8A492C) is unknown color: approx Paarl. HEX triplet: 8A, 49 and 2C. RGB value is (138,73,44). Sum of RGB (Red+Green+Blue) = 138+73+44=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A492C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A492C is #75B6D3. Grayscale: #595959. Windows color (decimal): -7714516 or 2902410. OLE color: 2902410.

HSL color Cylindrical-coordinate representation of color #8A492C: hue angle of 18.51º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A492C is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB1387344-
CMYK00.470.680.46
HSL18.51º51.65%35.69%-
HSV(B)18.51º68.12%54.12%-
XYZ13.3210.353.68-
YUV89.13102.53162.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.12%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 44 (17.58% from 255) = 17.25%
R=54.12%
G=28.63%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138734400.470.680.4618.5151.6535.69
Hex8A492C02F442E133424
Octal2121115405710456236444
Binary1000101010010011011000101111100010010111010011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,73,44); }

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

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

 a { background-color: rgb(138,73,44); }

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

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

 span { border-color: rgb(138,73,44); }

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