#94583B

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

Shades of Rope #94583B

Tints of Rope #94583B

Color information

#94583B (or 0x94583B) is unknown color: approx Rope. HEX triplet: 94, 58 and 3B. RGB value is (148,88,59). Sum of RGB (Red+Green+Blue) = 148+88+59=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94583B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94583B is #6BA7C4. Grayscale: #666666. Windows color (decimal): -7055301 or 3889300. OLE color: 3889300.

HSL color Cylindrical-coordinate representation of color #94583B: hue angle of 19.55º 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 #94583B is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1488859-
CMYK00.410.600.42
HSL19.55º43%40.59%-
HSV(B)19.55º60.14%58.04%-
XYZ16.4913.595.89-
YUV102.63103.38160.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.17%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 59 (23.44% from 255) = 20%
R=50.17%
G=29.83%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148885900.410.600.4219.554340.59
Hex94583B0293C2A142b29
Octal224130730517452245351
Binary100101001011000111011010100111110010101010100101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94583B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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