#8a5032

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

Shades of Paarl #8A5032

Tints of Paarl #8A5032

Color information

#8A5032 (or 0x8A5032) is unknown color: approx Paarl. HEX triplet: 8A, 50 and 32. RGB value is (138,80,50). Sum of RGB (Red+Green+Blue) = 138+80+50=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5032 is #75AFCD. Grayscale: #5E5E5E. Windows color (decimal): -7712718 or 3297418. OLE color: 3297418.

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

Color convert

RGB1388050-
CMYK00.420.640.46
HSL20.45º46.81%36.86%-
HSV(B)20.45º63.77%54.12%-
XYZ13.9311.374.48-
YUV93.92103.22159.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.49%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 50 (19.92% from 255) = 18.66%
R=51.49%
G=29.85%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138805000.420.640.4620.4546.8136.86
Hex8A503202A402E142f25
Octal2121206205210056245745
Binary1000101010100001100100101010100000010111010100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a5032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,80,50); }

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

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

 a { background-color: rgb(138,80,50); }

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

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

 span { border-color: rgb(138,80,50); }

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