Html Css Color HEX #99834F Muesli

📋 copy color: '#99834F'

red 153 ◦ green 131 ◦ blue 79

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

Shades of Muesli #99834F

Tints of Muesli #99834F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.76%

R = 42.15%
G = 36.09%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#99834F (or 0x99834F) is known color: Muesli. HEX triplet: 99, 83 and 4F. RGB value is (153,131,79). Sum of RGB (Red+Green+Blue) = 153+131+79=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99834F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99834F is #667CB0. Grayscale: #838383. Windows color (decimal): -6716593 or 5211033. OLE color: 5211033.

HSL color Cylindrical-coordinate representation of color #99834F: hue angle of 42.16º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99834F is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 131 79 -
CMYK 0 0.14 0.48 0.4
HSL 42.16º 0.32% 0.45% -
HSV(B) 42.16º 0.48% 0.6% -
XYZ 22.66 23.57 10.75 -
YUV 131.65 98.29 143.23 -
System Red Green Blue C M Y K H S L
Decimal 153 131 79 0 0.14 0.48 0.4 42.16 0.32 0.45
Hex 99 83 4F 0 E 30 28 2A 20 2D
Octal 231 203 117 0 16 60 50 52 40 55
Binary 10011001 10000011 1001111 0 1110 110000 101000 101010 100000 101101

Color Harmonies of #99834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99834F

Black with #99834F

Text Example


Text Example

White with #99834F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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