#94513A

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

Shades of Rope #94513A

Tints of Rope #94513A

Color information

#94513A (or 0x94513A) is unknown color: approx Rope. HEX triplet: 94, 51 and 3A. RGB value is (148,81,58). Sum of RGB (Red+Green+Blue) = 148+81+58=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #94513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94513A is #6BAEC5. Grayscale: #626262. Windows color (decimal): -7057094 or 3821972. OLE color: 3821972.

HSL color Cylindrical-coordinate representation of color #94513A: hue angle of 15.33º 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 #94513A is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1488158-
CMYK00.450.610.42
HSL15.33º43.69%40.39%-
HSV(B)15.33º60.81%58.04%-
XYZ15.9212.495.57-
YUV98.41105.2163.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.57%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 58 (23.05% from 255) = 20.21%
R=51.57%
G=28.22%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148815800.450.610.4215.3343.6940.39
Hex94513A02D3D2Af2c28
Octal224121720557552175450
Binary10010100101000111101001011011111011010101111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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