#8A5037

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

Shades of Paarl #8A5037

Tints of Paarl #8A5037

Color information

#8A5037 (or 0x8A5037) is unknown color: approx Paarl. HEX triplet: 8A, 50 and 37. RGB value is (138,80,55). Sum of RGB (Red+Green+Blue) = 138+80+55=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5037 is #75AFC8. Grayscale: #5E5E5E. Windows color (decimal): -7712713 or 3625098. OLE color: 3625098.

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

Color convert

RGB1388055-
CMYK00.420.600.46
HSL18.07º43.01%37.84%-
HSV(B)18.07º60.14%54.12%-
XYZ14.0411.425.08-
YUV94.49105.72159.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.55%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 55 (21.88% from 255) = 20.15%
R=50.55%
G=29.30%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138805500.420.600.4618.0743.0137.84
Hex8A503702A3C2E122b26
Octal212120670527456225346
Binary100010101010000110111010101011110010111010010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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