Html Css Color HEX #99824C Muesli

📋 copy color: '#99824C'

red 153 ◦ green 130 ◦ blue 76

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

Shades of Muesli #99824C

Tints of Muesli #99824C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.21%

 BLUE value IS 76 (30.08% from 255) = 21.17%

R = 42.62%
G = 36.21%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#99824C (or 0x99824C) is known color: Muesli. HEX triplet: 99, 82 and 4C. RGB value is (153,130,76). Sum of RGB (Red+Green+Blue) = 153+130+76=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #99824C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99824C is #667DB3. Grayscale: #828282. Windows color (decimal): -6716852 or 5014169. OLE color: 5014169.

HSL color Cylindrical-coordinate representation of color #99824C: hue angle of 42.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99824C is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 130 76 -
CMYK 0 0.15 0.50 0.4
HSL 42.08º 0.34% 0.45% -
HSV(B) 42.08º 0.5% 0.6% -
XYZ 22.42 23.26 10.15 -
YUV 130.72 97.12 143.89 -
System Red Green Blue C M Y K H S L
Decimal 153 130 76 0 0.15 0.50 0.4 42.08 0.34 0.45
Hex 99 82 4C 0 F 32 28 2A 22 2D
Octal 231 202 114 0 17 62 50 52 42 55
Binary 10011001 10000010 1001100 0 1111 110010 101000 101010 100010 101101

Color Harmonies of #99824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99824C

Black with #99824C

Text Example


Text Example

White with #99824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99824C; }

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

 H1.HeaderClassName
 {
   color: #99824C;
 }
 .AnyTagClassName
 {
   color: #99824C;
 }
</style>

background-color css

<style>
 a { background-color: #99824C; }

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

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

border-color css

<style>
 span { border-color: #99824C; }

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

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