Html Css Color HEX #9A875C Muesli

📋 copy color: '#9A875C'

red 154 ◦ green 135 ◦ blue 92

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

Shades of Muesli #9A875C

Tints of Muesli #9A875C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.15%

R = 40.42%
G = 35.43%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#9A875C (or 0x9A875C) is known color: Muesli. HEX triplet: 9A, 87 and 5C. RGB value is (154,135,92). Sum of RGB (Red+Green+Blue) = 154+135+92=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 154 - color contains mainly: red. Hex color #9A875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A875C is #6578A3. Grayscale: #878787. Windows color (decimal): -6650020 or 6064026. OLE color: 6064026.

HSL color Cylindrical-coordinate representation of color #9A875C: hue angle of 41.61º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A875C is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 135 92 -
CMYK 0 0.12 0.40 0.40
HSL 41.61º 0.25% 0.48% -
HSV(B) 41.61º 0.4% 0.6% -
XYZ 23.92 24.97 13.68 -
YUV 135.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 154 135 92 0 0.12 0.40 0.40 41.61 0.25 0.48
Hex 9A 87 5C 0 C 28 28 2A 19 30
Octal 232 207 134 0 14 50 50 52 31 60
Binary 10011010 10000111 1011100 0 1100 101000 101000 101010 11001 110000

Color Harmonies of #9A875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A875C

Black with #9A875C

Text Example


Text Example

White with #9A875C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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