#8A4631

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

Shades of Paarl #8A4631

Tints of Paarl #8A4631

Color information

#8A4631 (or 0x8A4631) is unknown color: approx Paarl. HEX triplet: 8A, 46 and 31. RGB value is (138,70,49). Sum of RGB (Red+Green+Blue) = 138+70+49=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4631 is #75B9CE. Grayscale: #585858. Windows color (decimal): -7715279 or 3229322. OLE color: 3229322.

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

Color convert

RGB1387049-
CMYK00.490.640.46
HSL14.16º47.59%36.67%-
HSV(B)14.16º64.49%54.12%-
XYZ13.2310.014.14-
YUV87.94106.03163.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 53.70%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 49 (19.53% from 255) = 19.07%
R=53.70%
G=27.24%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138704900.490.640.4614.1647.5936.67
Hex8A4631031402Ee3025
Octal2121066106110056166045
Binary100010101000110110001011000110000001011101110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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