Html Css Color HEX #9C772C Buttered Rum

📋 copy color: '#9C772C'

red 156 ◦ green 119 ◦ blue 44

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

Shades of Buttered Rum #9C772C

Tints of Buttered Rum #9C772C

RGB

 RED value IS 156 (61.33% from 255) = 48.9%

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

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

R = 48.9%
G = 37.3%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9C772C (or 0x9C772C) is known color: Buttered Rum. HEX triplet: 9C, 77 and 2C. RGB value is (156,119,44). Sum of RGB (Red+Green+Blue) = 156+119+44=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C772C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C772C is #6388D3. Grayscale: #797979. Windows color (decimal): -6523092 or 2914204. OLE color: 2914204.

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

Color convert

RGB 156 119 44 -
CMYK 0 0.24 0.72 0.39
HSL 40.18º 0.56% 0.39% -
HSV(B) 40.18º 0.72% 0.61% -
XYZ 20.76 20.44 5.23 -
YUV 121.51 84.26 152.6 -
System Red Green Blue C M Y K H S L
Decimal 156 119 44 0 0.24 0.72 0.39 40.18 0.56 0.39
Hex 9C 77 2C 0 18 48 27 28 38 27
Octal 234 167 54 0 30 110 47 50 70 47
Binary 10011100 1110111 101100 0 11000 1001000 100111 101000 111000 100111

Color Harmonies of #9C772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C772C

Black with #9C772C

Text Example


Text Example

White with #9C772C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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