#94593B

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

Shades of Rope #94593B

Tints of Rope #94593B

Color information

#94593B (or 0x94593B) is unknown color: approx Rope. HEX triplet: 94, 59 and 3B. RGB value is (148,89,59). Sum of RGB (Red+Green+Blue) = 148+89+59=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #94593B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94593B is #6BA6C4. Grayscale: #676767. Windows color (decimal): -7055045 or 3889556. OLE color: 3889556.

HSL color Cylindrical-coordinate representation of color #94593B: hue angle of 20.22º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94593B is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1488959-
CMYK00.400.600.42
HSL20.22º43%40.59%-
HSV(B)20.22º60.14%58.04%-
XYZ16.5713.765.92-
YUV103.22103.05159.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 59 (23.44% from 255) = 19.93%
R=50%
G=30.07%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148895900.400.600.4220.224340.59
Hex94593B0283C2A142b29
Octal224131730507452245351
Binary100101001011001111011010100011110010101010100101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94593B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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