#8A4931

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

Shades of Paarl #8A4931

Tints of Paarl #8A4931

Color information

#8A4931 (or 0x8A4931) is unknown color: approx Paarl. HEX triplet: 8A, 49 and 31. RGB value is (138,73,49). Sum of RGB (Red+Green+Blue) = 138+73+49=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4931 is #75B6CE. Grayscale: #595959. Windows color (decimal): -7714511 or 3230090. OLE color: 3230090.

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

Color convert

RGB1387349-
CMYK00.470.640.46
HSL16.18º47.59%36.67%-
HSV(B)16.18º64.49%54.12%-
XYZ13.4210.394.2-
YUV89.7105.03162.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 53.08%
GREEN value IS 73 (28.91% from 255) = 28.08%
BLUE value IS 49 (19.53% from 255) = 18.85%
R=53.08%
G=28.08%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138734900.470.640.4616.1847.5936.67
Hex8A493102F402E103025
Octal2121116105710056206045
Binary1000101010010011100010101111100000010111010000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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