#8A5532

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

Shades of Rope #8A5532

Tints of Rope #8A5532

Color information

#8A5532 (or 0x8A5532) is unknown color: approx Rope. HEX triplet: 8A, 55 and 32. RGB value is (138,85,50). Sum of RGB (Red+Green+Blue) = 138+85+50=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5532 is #75AACD. Grayscale: #616161. Windows color (decimal): -7711438 or 3298698. OLE color: 3298698.

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

Color convert

RGB1388550-
CMYK00.380.640.46
HSL23.86º46.81%36.86%-
HSV(B)23.86º63.77%54.12%-
XYZ14.3112.134.61-
YUV96.86101.56157.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.55%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 50 (19.92% from 255) = 18.32%
R=50.55%
G=31.14%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138855000.380.640.4623.8646.8136.86
Hex8A5532026402E182f25
Octal2121256204610056305745
Binary1000101010101011100100100110100000010111011000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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