#8A583C

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

Shades of Rope #8A583C

Tints of Rope #8A583C

Color information

#8A583C (or 0x8A583C) is unknown color: approx Rope. HEX triplet: 8A, 58 and 3C. RGB value is (138,88,60). Sum of RGB (Red+Green+Blue) = 138+88+60=286 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.25% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 138 - color contains mainly: red. Hex color #8A583C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A583C is #75A7C3. Grayscale: #636363. Windows color (decimal): -7710660 or 3954826. OLE color: 3954826.

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

Color convert

RGB1388860-
CMYK00.360.570.46
HSL21.54º39.39%38.82%-
HSV(B)21.54º56.52%54.12%-
XYZ14.7912.715.95-
YUV99.76105.56155.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.25%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 60 (23.83% from 255) = 20.98%
R=48.25%
G=30.77%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138886000.360.570.4621.5439.3938.82
Hex8A583C024392E162727
Octal212130740447156264747
Binary100010101011000111100010010011100110111010110100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A583C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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