#99825B

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

Shades of Muesli #99825B

Tints of Muesli #99825B

Color information

#99825B (or 0x99825B) is unknown color: approx Muesli. HEX triplet: 99, 82 and 5B. RGB value is (153,130,91). Sum of RGB (Red+Green+Blue) = 153+130+91=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #99825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99825B is #667DA4. Grayscale: #848484. Windows color (decimal): -6716837 or 5997209. OLE color: 5997209.

HSL color Cylindrical-coordinate representation of color #99825B: hue angle of 37.74º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99825B is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB15313091-
CMYK00.150.410.4
HSL37.74º25.41%47.84%-
HSV(B)37.74º40.52%60%-
XYZ23.0123.4913.22-
YUV132.43104.62142.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.91%
GREEN value IS 130 (51.17% from 255) = 34.76%
BLUE value IS 91 (35.94% from 255) = 24.33%
R=40.91%
G=34.76%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531309100.150.410.437.7425.4147.84
Hex99825B0F2928261930
Octal2312021330175150463160
Binary100110011000001010110110111110100110100010011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,130,91); }

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

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

 a { background-color: rgb(153,130,91); }

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

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

 span { border-color: rgb(153,130,91); }

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