#9A7B41

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

Shades of Muesli #9A7B41

Tints of Muesli #9A7B41

Color information

#9A7B41 (or 0x9A7B41) is unknown color: approx Muesli. HEX triplet: 9A, 7B and 41. RGB value is (154,123,65). Sum of RGB (Red+Green+Blue) = 154+123+65=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7B41 is #6584BE. Grayscale: #7D7D7D. Windows color (decimal): -6653119 or 4291482. OLE color: 4291482.

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

Color convert

RGB15412365-
CMYK00.200.580.40
HSL39.1º40.64%42.94%-
HSV(B)39.1º57.79%60.39%-
XYZ21.3621.428.01-
YUV125.6693.77148.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.03%
GREEN value IS 123 (48.44% from 255) = 35.96%
BLUE value IS 65 (25.78% from 255) = 19.01%
R=45.03%
G=35.96%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541236500.200.580.4039.140.6442.94
Hex9A7B410143A2827292b
Octal2321731010247250475153
Binary1001101011110111000001010100111010101000100111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A7B41; }

 p { color: rgb(154,123,65); }

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

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

 a { background-color: rgb(154,123,65); }

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

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

 span { border-color: rgb(154,123,65); }

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