#8A563A

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

Shades of Rope #8A563A

Tints of Rope #8A563A

Color information

#8A563A (or 0x8A563A) is unknown color: approx Rope. HEX triplet: 8A, 56 and 3A. RGB value is (138,86,58). Sum of RGB (Red+Green+Blue) = 138+86+58=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A563A is #75A9C5. Grayscale: #626262. Windows color (decimal): -7711174 or 3823242. OLE color: 3823242.

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

Color convert

RGB1388658-
CMYK00.380.580.46
HSL21º40.82%38.43%-
HSV(B)21º57.97%54.12%-
XYZ14.5712.365.62-
YUV98.36105.23156.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.94%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 58 (23.05% from 255) = 20.57%
R=48.94%
G=30.50%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138865800.380.580.462140.8238.43
Hex8A563A0263A2E152926
Octal212126720467256255146
Binary100010101010110111010010011011101010111010101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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