Html Css Color HEX #9B8345 Muesli

📋 copy color: '#9B8345'

red 155 ◦ green 131 ◦ blue 69

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

Shades of Muesli #9B8345

Tints of Muesli #9B8345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.44%

R = 43.66%
G = 36.9%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9B8345 (or 0x9B8345) is known color: Muesli. HEX triplet: 9B, 83 and 45. RGB value is (155,131,69). Sum of RGB (Red+Green+Blue) = 155+131+69=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8345 is #647CBA. Grayscale: #838383. Windows color (decimal): -6585531 or 4555675. OLE color: 4555675.

HSL color Cylindrical-coordinate representation of color #9B8345: hue angle of 43.26º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B8345 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 131 69 -
CMYK 0 0.15 0.55 0.39
HSL 43.26º 0.38% 0.44% -
HSV(B) 43.26º 0.55% 0.61% -
XYZ 22.71 23.63 8.99 -
YUV 131.11 92.95 145.04 -
System Red Green Blue C M Y K H S L
Decimal 155 131 69 0 0.15 0.55 0.39 43.26 0.38 0.44
Hex 9B 83 45 0 F 37 27 2B 26 2C
Octal 233 203 105 0 17 67 47 53 46 54
Binary 10011011 10000011 1000101 0 1111 110111 100111 101011 100110 101100

Color Harmonies of #9B8345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8345

Black with #9B8345

Text Example


Text Example

White with #9B8345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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