Html Css Color HEX #9A874D Muesli

📋 copy color: '#9A874D'

red 154 ◦ green 135 ◦ blue 77

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

Shades of Muesli #9A874D

Tints of Muesli #9A874D

RGB

 RED value IS 154 (60.55% from 255) = 42.08%

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

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

R = 42.08%
G = 36.89%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#9A874D (or 0x9A874D) is known color: Muesli. HEX triplet: 9A, 87 and 4D. RGB value is (154,135,77). Sum of RGB (Red+Green+Blue) = 154+135+77=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 154 - color contains mainly: red. Hex color #9A874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A874D is #6578B2. Grayscale: #868686. Windows color (decimal): -6650035 or 5080986. OLE color: 5080986.

HSL color Cylindrical-coordinate representation of color #9A874D: hue angle of 45.19º 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 #9A874D is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 135 77 -
CMYK 0 0.12 0.50 0.40
HSL 45.19º 0.33% 0.45% -
HSV(B) 45.19º 0.5% 0.6% -
XYZ 23.33 24.73 10.57 -
YUV 134.07 95.79 142.22 -
System Red Green Blue C M Y K H S L
Decimal 154 135 77 0 0.12 0.50 0.40 45.19 0.33 0.45
Hex 9A 87 4D 0 C 32 28 2D 21 2D
Octal 232 207 115 0 14 62 50 55 41 55
Binary 10011010 10000111 1001101 0 1100 110010 101000 101101 100001 101101

Color Harmonies of #9A874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A874D

Black with #9A874D

Text Example


Text Example

White with #9A874D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A874D; }

 p { color: rgb(154,135,77); }

 H1.HeaderClassName
 {
   color: #9A874D;
 }
 .AnyTagClassName
 {
   color: #9A874D;
 }
</style>

background-color css

<style>
 a { background-color: #9A874D; }

 a { background-color: rgb(154,135,77); }

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

border-color css

<style>
 span { border-color: #9A874D; }

 span { border-color: rgb(154,135,77); }

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