#8A5433

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

Shades of Rope #8A5433

Tints of Rope #8A5433

Color information

#8A5433 (or 0x8A5433) is unknown color: approx Rope. HEX triplet: 8A, 54 and 33. RGB value is (138,84,51). Sum of RGB (Red+Green+Blue) = 138+84+51=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5433 is #75ABCC. Grayscale: #606060. Windows color (decimal): -7711693 or 3363978. OLE color: 3363978.

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

Color convert

RGB1388451-
CMYK00.390.630.46
HSL22.76º46.03%37.06%-
HSV(B)22.76º63.04%54.12%-
XYZ14.2511.984.69-
YUV96.38102.39157.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.55%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 51 (20.31% from 255) = 18.68%
R=50.55%
G=30.77%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138845100.390.630.4622.7646.0337.06
Hex8A54330273F2E172e25
Octal212124630477756275645
Binary100010101010100110011010011111111110111010111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,84,51); }

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

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

 a { background-color: rgb(138,84,51); }

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

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

 span { border-color: rgb(138,84,51); }

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