Html Css Color HEX #9B824B Muesli

📋 copy color: '#9B824B'

red 155 ◦ green 130 ◦ blue 75

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

Shades of Muesli #9B824B

Tints of Muesli #9B824B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.83%

R = 43.06%
G = 36.11%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9B824B (or 0x9B824B) is known color: Muesli. HEX triplet: 9B, 82 and 4B. RGB value is (155,130,75). Sum of RGB (Red+Green+Blue) = 155+130+75=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B824B is #647DB4. Grayscale: #838383. Windows color (decimal): -6585781 or 4948635. OLE color: 4948635.

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

Color convert

RGB 155 130 75 -
CMYK 0 0.16 0.52 0.39
HSL 41.25º 0.35% 0.45% -
HSV(B) 41.25º 0.52% 0.61% -
XYZ 22.77 23.44 9.98 -
YUV 131.21 96.28 144.97 -
System Red Green Blue C M Y K H S L
Decimal 155 130 75 0 0.16 0.52 0.39 41.25 0.35 0.45
Hex 9B 82 4B 0 10 34 27 29 23 2D
Octal 233 202 113 0 20 64 47 51 43 55
Binary 10011011 10000010 1001011 0 10000 110100 100111 101001 100011 101101

Color Harmonies of #9B824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B824B

Black with #9B824B

Text Example


Text Example

White with #9B824B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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