Html Css Color HEX #9B8248 Muesli

📋 copy color: '#9B8248'

red 155 ◦ green 130 ◦ blue 72

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

Shades of Muesli #9B8248

Tints of Muesli #9B8248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.17%

R = 43.42%
G = 36.41%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9B8248 (or 0x9B8248) is known color: Muesli. HEX triplet: 9B, 82 and 48. RGB value is (155,130,72). Sum of RGB (Red+Green+Blue) = 155+130+72=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8248 is #647DB7. Grayscale: #838383. Windows color (decimal): -6585784 or 4752027. OLE color: 4752027.

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

Color convert

RGB 155 130 72 -
CMYK 0 0.16 0.54 0.39
HSL 41.93º 0.37% 0.45% -
HSV(B) 41.93º 0.54% 0.61% -
XYZ 22.67 23.4 9.45 -
YUV 130.86 94.78 145.22 -
System Red Green Blue C M Y K H S L
Decimal 155 130 72 0 0.16 0.54 0.39 41.93 0.37 0.45
Hex 9B 82 48 0 10 36 27 2A 25 2D
Octal 233 202 110 0 20 66 47 52 45 55
Binary 10011011 10000010 1001000 0 10000 110110 100111 101010 100101 101101

Color Harmonies of #9B8248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8248

Black with #9B8248

Text Example


Text Example

White with #9B8248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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