Html Css Color HEX #9A7B4B Muesli

📋 copy color: '#9A7B4B'

red 154 ◦ green 123 ◦ blue 75

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

Shades of Muesli #9A7B4B

Tints of Muesli #9A7B4B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.94%

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

R = 43.75%
G = 34.94%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#9A7B4B (or 0x9A7B4B) is known color: Muesli. HEX triplet: 9A, 7B and 4B. RGB value is (154,123,75). Sum of RGB (Red+Green+Blue) = 154+123+75=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7B4B is #6584B4. Grayscale: #7F7F7F. Windows color (decimal): -6653109 or 4946842. OLE color: 4946842.

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

Color convert

RGB 154 123 75 -
CMYK 0 0.20 0.51 0.40
HSL 36.46º 0.34% 0.45% -
HSV(B) 36.46º 0.51% 0.6% -
XYZ 21.68 21.54 9.67 -
YUV 126.8 98.77 147.4 -
System Red Green Blue C M Y K H S L
Decimal 154 123 75 0 0.20 0.51 0.40 36.46 0.34 0.45
Hex 9A 7B 4B 0 14 33 28 24 22 2D
Octal 232 173 113 0 24 63 50 44 42 55
Binary 10011010 1111011 1001011 0 10100 110011 101000 100100 100010 101101

Color Harmonies of #9A7B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7B4B

Black with #9A7B4B

Text Example


Text Example

White with #9A7B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,123,75); }

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

background-color css

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

 a { background-color: rgb(154,123,75); }

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

border-color css

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

 span { border-color: rgb(154,123,75); }

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