Html Css Color HEX #9B825A Muesli

📋 copy color: '#9B825A'

red 155 ◦ green 130 ◦ blue 90

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

Shades of Muesli #9B825A

Tints of Muesli #9B825A

RGB

 RED value IS 155 (60.94% from 255) = 41.33%

 GREEN value IS 130 (51.17% from 255) = 34.67%

 BLUE value IS 90 (35.55% from 255) = 24%

R = 41.33%
G = 34.67%
B = 24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9B825A (or 0x9B825A) is known color: Muesli. HEX triplet: 9B, 82 and 5A. RGB value is (155,130,90). Sum of RGB (Red+Green+Blue) = 155+130+90=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 155 - color contains mainly: red. Hex color #9B825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B825A is #647DA5. Grayscale: #858585. Windows color (decimal): -6585766 or 5931675. OLE color: 5931675.

HSL color Cylindrical-coordinate representation of color #9B825A: hue angle of 36.92º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B825A is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 130 90 -
CMYK 0 0.16 0.42 0.39
HSL 36.92º 0.27% 0.48% -
HSV(B) 36.92º 0.42% 0.61% -
XYZ 23.35 23.67 13.01 -
YUV 132.92 103.78 143.75 -
System Red Green Blue C M Y K H S L
Decimal 155 130 90 0 0.16 0.42 0.39 36.92 0.27 0.48
Hex 9B 82 5A 0 10 2A 27 25 1B 30
Octal 233 202 132 0 20 52 47 45 33 60
Binary 10011011 10000010 1011010 0 10000 101010 100111 100101 11011 110000

Color Harmonies of #9B825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B825A

Black with #9B825A

Text Example


Text Example

White with #9B825A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,130,90); }

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

background-color css

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

 a { background-color: rgb(155,130,90); }

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

border-color css

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

 span { border-color: rgb(155,130,90); }

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