Html Css Color HEX #99834D Muesli

📋 copy color: '#99834D'

red 153 ◦ green 131 ◦ blue 77

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

Shades of Muesli #99834D

Tints of Muesli #99834D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.29%

 BLUE value IS 77 (30.47% from 255) = 21.33%

R = 42.38%
G = 36.29%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#99834D (or 0x99834D) is known color: Muesli. HEX triplet: 99, 83 and 4D. RGB value is (153,131,77). Sum of RGB (Red+Green+Blue) = 153+131+77=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #99834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99834D is #667CB2. Grayscale: #838383. Windows color (decimal): -6716595 or 5079961. OLE color: 5079961.

HSL color Cylindrical-coordinate representation of color #99834D: hue angle of 42.63º degrees, saturation: 0.33, 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 #99834D is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 131 77 -
CMYK 0 0.14 0.50 0.4
HSL 42.63º 0.33% 0.45% -
HSV(B) 42.63º 0.5% 0.6% -
XYZ 22.59 23.54 10.37 -
YUV 131.42 97.29 143.39 -
System Red Green Blue C M Y K H S L
Decimal 153 131 77 0 0.14 0.50 0.4 42.63 0.33 0.45
Hex 99 83 4D 0 E 32 28 2B 21 2D
Octal 231 203 115 0 16 62 50 53 41 55
Binary 10011001 10000011 1001101 0 1110 110010 101000 101011 100001 101101

Color Harmonies of #99834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99834D

Black with #99834D

Text Example


Text Example

White with #99834D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99834D; }

 p { color: rgb(153,131,77); }

 H1.HeaderClassName
 {
   color: #99834D;
 }
 .AnyTagClassName
 {
   color: #99834D;
 }
</style>

background-color css

<style>
 a { background-color: #99834D; }

 a { background-color: rgb(153,131,77); }

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

border-color css

<style>
 span { border-color: #99834D; }

 span { border-color: rgb(153,131,77); }

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