Html Css Color HEX #9C772F Buttered Rum

📋 copy color: '#9C772F'

red 156 ◦ green 119 ◦ blue 47

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

Shades of Buttered Rum #9C772F

Tints of Buttered Rum #9C772F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.6%

R = 48.45%
G = 36.96%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9C772F (or 0x9C772F) is known color: Buttered Rum. HEX triplet: 9C, 77 and 2F. RGB value is (156,119,47). Sum of RGB (Red+Green+Blue) = 156+119+47=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C772F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C772F is #6388D0. Grayscale: #7A7A7A. Windows color (decimal): -6523089 or 3110812. OLE color: 3110812.

HSL color Cylindrical-coordinate representation of color #9C772F: hue angle of 39.63º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C772F is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 119 47 -
CMYK 0 0.24 0.70 0.39
HSL 39.63º 0.54% 0.4% -
HSV(B) 39.63º 0.7% 0.61% -
XYZ 20.82 20.47 5.54 -
YUV 121.86 85.76 152.35 -
System Red Green Blue C M Y K H S L
Decimal 156 119 47 0 0.24 0.70 0.39 39.63 0.54 0.4
Hex 9C 77 2F 0 18 46 27 28 36 28
Octal 234 167 57 0 30 106 47 50 66 50
Binary 10011100 1110111 101111 0 11000 1000110 100111 101000 110110 101000

Color Harmonies of #9C772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C772F

Black with #9C772F

Text Example


Text Example

White with #9C772F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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