#945838

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

Shades of Rope #945838

Tints of Rope #945838

Color information

#945838 (or 0x945838) is unknown color: approx Rope. HEX triplet: 94, 58 and 38. RGB value is (148,88,56). Sum of RGB (Red+Green+Blue) = 148+88+56=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #945838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945838 is #6BA7C7. Grayscale: #666666. Windows color (decimal): -7055304 or 3692692. OLE color: 3692692.

HSL color Cylindrical-coordinate representation of color #945838: hue angle of 20.87º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #945838 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB1488856-
CMYK00.410.620.42
HSL20.87º45.1%40%-
HSV(B)20.87º62.16%58.04%-
XYZ16.4213.565.49-
YUV102.29101.88160.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.68%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 56 (22.27% from 255) = 19.18%
R=50.68%
G=30.14%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148885600.410.620.4220.8745.140
Hex9458380293E2A152d28
Octal224130700517652255550
Binary100101001011000111000010100111111010101010101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945838; }

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

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

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

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

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

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

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

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