Html Css Color HEX #99804A Muesli

📋 copy color: '#99804A'

red 153 ◦ green 128 ◦ blue 74

#99804A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muesli #99804A

Tints of Muesli #99804A

RGB

 RED value IS 153 (60.16% from 255) = 43.1%

 GREEN value IS 128 (50.39% from 255) = 36.06%

 BLUE value IS 74 (29.3% from 255) = 20.85%

R = 43.1%
G = 36.06%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#99804A (or 0x99804A) is known color: Muesli. HEX triplet: 99, 80 and 4A. RGB value is (153,128,74). Sum of RGB (Red+Green+Blue) = 153+128+74=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #99804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99804A is #667FB5. Grayscale: #818181. Windows color (decimal): -6717366 or 4882585. OLE color: 4882585.

HSL color Cylindrical-coordinate representation of color #99804A: hue angle of 41.01º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99804A is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 128 74 -
CMYK 0 0.16 0.52 0.4
HSL 41.01º 0.35% 0.45% -
HSV(B) 41.01º 0.52% 0.6% -
XYZ 22.09 22.71 9.7 -
YUV 129.32 96.78 144.89 -
System Red Green Blue C M Y K H S L
Decimal 153 128 74 0 0.16 0.52 0.4 41.01 0.35 0.45
Hex 99 80 4A 0 10 34 28 29 23 2D
Octal 231 200 112 0 20 64 50 51 43 55
Binary 10011001 10000000 1001010 0 10000 110100 101000 101001 100011 101101

Color Harmonies of #99804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99804A

Black with #99804A

Text Example


Text Example

White with #99804A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,128,74); }

 H1.HeaderClassName
 {
   color: #99804A;
 }
 .AnyTagClassName
 {
   color: #99804A;
 }
</style>

background-color css

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

 a { background-color: rgb(153,128,74); }

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

border-color css

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

 span { border-color: rgb(153,128,74); }

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