Html Css Color HEX #9B772C Buttered Rum

📋 copy color: '#9B772C'

red 155 ◦ green 119 ◦ blue 44

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

Shades of Buttered Rum #9B772C

Tints of Buttered Rum #9B772C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.42%

 BLUE value IS 44 (17.58% from 255) = 13.84%

R = 48.74%
G = 37.42%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B772C (or 0x9B772C) is known color: Buttered Rum. HEX triplet: 9B, 77 and 2C. RGB value is (155,119,44). Sum of RGB (Red+Green+Blue) = 155+119+44=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B772C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B772C is #6488D3. Grayscale: #797979. Windows color (decimal): -6588628 or 2914203. OLE color: 2914203.

HSL color Cylindrical-coordinate representation of color #9B772C: hue angle of 40.54º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B772C is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 119 44 -
CMYK 0 0.23 0.72 0.39
HSL 40.54º 0.56% 0.39% -
HSV(B) 40.54º 0.72% 0.61% -
XYZ 20.57 20.34 5.23 -
YUV 121.21 84.43 152.1 -
System Red Green Blue C M Y K H S L
Decimal 155 119 44 0 0.23 0.72 0.39 40.54 0.56 0.39
Hex 9B 77 2C 0 17 48 27 29 38 27
Octal 233 167 54 0 27 110 47 51 70 47
Binary 10011011 1110111 101100 0 10111 1001000 100111 101001 111000 100111

Color Harmonies of #9B772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B772C

Black with #9B772C

Text Example


Text Example

White with #9B772C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,119,44); }

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

background-color css

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

 a { background-color: rgb(155,119,44); }

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

border-color css

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

 span { border-color: rgb(155,119,44); }

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