Html Css Color HEX #99874F Muesli

📋 copy color: '#99874F'

red 153 ◦ green 135 ◦ blue 79

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

Shades of Muesli #99874F

Tints of Muesli #99874F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.78%

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

R = 41.69%
G = 36.78%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#99874F (or 0x99874F) is known color: Muesli. HEX triplet: 99, 87 and 4F. RGB value is (153,135,79). Sum of RGB (Red+Green+Blue) = 153+135+79=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #99874F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99874F is #6678B0. Grayscale: #868686. Windows color (decimal): -6715569 or 5212057. OLE color: 5212057.

HSL color Cylindrical-coordinate representation of color #99874F: hue angle of 45.41º 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 #99874F is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 135 79 -
CMYK 0 0.12 0.48 0.4
HSL 45.41º 0.32% 0.45% -
HSV(B) 45.41º 0.48% 0.6% -
XYZ 23.21 24.66 10.93 -
YUV 134 96.96 141.55 -
System Red Green Blue C M Y K H S L
Decimal 153 135 79 0 0.12 0.48 0.4 45.41 0.32 0.45
Hex 99 87 4F 0 C 30 28 2D 20 2D
Octal 231 207 117 0 14 60 50 55 40 55
Binary 10011001 10000111 1001111 0 1100 110000 101000 101101 100000 101101

Color Harmonies of #99874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99874F

Black with #99874F

Text Example


Text Example

White with #99874F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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