Html Css Color HEX #9B8348 Muesli

📋 copy color: '#9B8348'

red 155 ◦ green 131 ◦ blue 72

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

Shades of Muesli #9B8348

Tints of Muesli #9B8348

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.59%

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

R = 43.3%
G = 36.59%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9B8348 (or 0x9B8348) is known color: Muesli. HEX triplet: 9B, 83 and 48. RGB value is (155,131,72). Sum of RGB (Red+Green+Blue) = 155+131+72=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8348 is #647CB7. Grayscale: #838383. Windows color (decimal): -6585528 or 4752283. OLE color: 4752283.

HSL color Cylindrical-coordinate representation of color #9B8348: hue angle of 42.65º 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 #9B8348 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 131 72 -
CMYK 0 0.15 0.54 0.39
HSL 42.65º 0.37% 0.45% -
HSV(B) 42.65º 0.54% 0.61% -
XYZ 22.8 23.67 9.5 -
YUV 131.45 94.45 144.8 -
System Red Green Blue C M Y K H S L
Decimal 155 131 72 0 0.15 0.54 0.39 42.65 0.37 0.45
Hex 9B 83 48 0 F 36 27 2B 25 2D
Octal 233 203 110 0 17 66 47 53 45 55
Binary 10011011 10000011 1001000 0 1111 110110 100111 101011 100101 101101

Color Harmonies of #9B8348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8348

Black with #9B8348

Text Example


Text Example

White with #9B8348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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