#97814A

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

Shades of Muesli #97814A

Tints of Muesli #97814A

Color information

#97814A (or 0x97814A) is unknown color: approx Muesli. HEX triplet: 97, 81 and 4A. RGB value is (151,129,74). Sum of RGB (Red+Green+Blue) = 151+129+74=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #97814A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97814A is #687EB5. Grayscale: #818181. Windows color (decimal): -6848182 or 4882839. OLE color: 4882839.

HSL color Cylindrical-coordinate representation of color #97814A: hue angle of 42.86º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97814A is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB15112974-
CMYK00.150.510.41
HSL42.86º34.22%44.12%-
HSV(B)42.86º50.99%59.22%-
XYZ21.8522.779.72-
YUV129.3196.79143.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.66%
GREEN value IS 129 (50.78% from 255) = 36.44%
BLUE value IS 74 (29.30% from 255) = 20.90%
R=42.66%
G=36.44%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511297400.150.510.4142.8634.2244.12
Hex97814A0F33292b222c
Octal2272011120176351534254
Binary1001011110000001100101001111110011101001101011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,129,74); }

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

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

 a { background-color: rgb(151,129,74); }

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

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

 span { border-color: rgb(151,129,74); }

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