#8A4639

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

Shades of Paarl #8A4639

Tints of Paarl #8A4639

Color information

#8A4639 (or 0x8A4639) is unknown color: approx Paarl. HEX triplet: 8A, 46 and 39. RGB value is (138,70,57). Sum of RGB (Red+Green+Blue) = 138+70+57=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4639 is #75B9C6. Grayscale: #585858. Windows color (decimal): -7715271 or 3753610. OLE color: 3753610.

HSL color Cylindrical-coordinate representation of color #8A4639: hue angle of 9.63º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A4639 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB1387057-
CMYK00.490.590.46
HSL9.63º41.54%38.24%-
HSV(B)9.63º58.7%54.12%-
XYZ13.4110.085.11-
YUV88.85110.03163.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.08%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 57 (22.66% from 255) = 21.51%
R=52.08%
G=26.42%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138705700.490.590.469.6341.5438.24
Hex8A46390313B2Ea2a26
Octal212106710617356125246
Binary10001010100011011100101100011110111011101010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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