Html Css Color HEX #99834B Muesli

📋 copy color: '#99834B'

red 153 ◦ green 131 ◦ blue 75

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

Shades of Muesli #99834B

Tints of Muesli #99834B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.89%

R = 42.62%
G = 36.49%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#99834B (or 0x99834B) is known color: Muesli. HEX triplet: 99, 83 and 4B. RGB value is (153,131,75). Sum of RGB (Red+Green+Blue) = 153+131+75=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #99834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99834B is #667CB4. Grayscale: #838383. Windows color (decimal): -6716597 or 4948889. OLE color: 4948889.

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

Color convert

RGB 153 131 75 -
CMYK 0 0.14 0.51 0.4
HSL 43.08º 0.34% 0.45% -
HSV(B) 43.08º 0.51% 0.6% -
XYZ 22.52 23.51 10.01 -
YUV 131.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 153 131 75 0 0.14 0.51 0.4 43.08 0.34 0.45
Hex 99 83 4B 0 E 33 28 2B 22 2D
Octal 231 203 113 0 16 63 50 53 42 55
Binary 10011001 10000011 1001011 0 1110 110011 101000 101011 100010 101101

Color Harmonies of #99834B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99834B

Black with #99834B

Text Example


Text Example

White with #99834B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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