#8A583A

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

Shades of Rope #8A583A

Tints of Rope #8A583A

Color information

#8A583A (or 0x8A583A) is unknown color: approx Rope. HEX triplet: 8A, 58 and 3A. RGB value is (138,88,58). Sum of RGB (Red+Green+Blue) = 138+88+58=284 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.59% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 138 - color contains mainly: red. Hex color #8A583A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A583A is #75A7C5. Grayscale: #636363. Windows color (decimal): -7710662 or 3823754. OLE color: 3823754.

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

Color convert

RGB1388858-
CMYK00.360.580.46
HSL22.5º40.82%38.43%-
HSV(B)22.5º57.97%54.12%-
XYZ14.7312.695.68-
YUV99.53104.56155.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.59%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 58 (23.05% from 255) = 20.42%
R=48.59%
G=30.99%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138885800.360.580.4622.540.8238.43
Hex8A583A0243A2E162926
Octal212130720447256265146
Binary100010101011000111010010010011101010111010110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,88,58); }

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

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

 a { background-color: rgb(138,88,58); }

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

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

 span { border-color: rgb(138,88,58); }

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