#94593A

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

Shades of Rope #94593A

Tints of Rope #94593A

Color information

#94593A (or 0x94593A) is unknown color: approx Rope. HEX triplet: 94, 59 and 3A. RGB value is (148,89,58). Sum of RGB (Red+Green+Blue) = 148+89+58=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94593A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94593A is #6BA6C5. Grayscale: #676767. Windows color (decimal): -7055046 or 3824020. OLE color: 3824020.

HSL color Cylindrical-coordinate representation of color #94593A: hue angle of 20.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94593A is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1488958-
CMYK00.400.610.42
HSL20.67º43.69%40.39%-
HSV(B)20.67º60.81%58.04%-
XYZ16.5513.755.78-
YUV103.11102.55160.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.17%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=50.17%
G=30.17%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148895800.400.610.4220.6743.6940.39
Hex94593A0283D2A152c28
Octal224131720507552255450
Binary100101001011001111010010100011110110101010101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94593A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94593A; }

 p { color: rgb(148,89,58); }

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

<style>
 a { background-color: #94593A; }

 a { background-color: rgb(148,89,58); }

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

<style>
 span { border-color: #94593A; }

 span { border-color: rgb(148,89,58); }

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