#97824B

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

Shades of Muesli #97824B

Tints of Muesli #97824B

Color information

#97824B (or 0x97824B) is unknown color: approx Muesli. HEX triplet: 97, 82 and 4B. RGB value is (151,130,75). Sum of RGB (Red+Green+Blue) = 151+130+75=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #97824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97824B is #687DB4. Grayscale: #828282. Windows color (decimal): -6847925 or 4948631. OLE color: 4948631.

HSL color Cylindrical-coordinate representation of color #97824B: hue angle of 43.42º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97824B is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB15113075-
CMYK00.140.500.41
HSL43.42º33.63%44.31%-
HSV(B)43.42º50.33%59.22%-
XYZ22.0223.059.95-
YUV130.0196.96142.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.42%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 75 (29.69% from 255) = 21.07%
R=42.42%
G=36.52%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511307500.140.500.4143.4233.6344.31
Hex97824B0E32292b222c
Octal2272021130166251534254
Binary1001011110000010100101101110110010101001101011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,130,75); }

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

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

 a { background-color: rgb(151,130,75); }

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

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

 span { border-color: rgb(151,130,75); }

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