Html Css Color HEX #9B792C Buttered Rum

📋 copy color: '#9B792C'

red 155 ◦ green 121 ◦ blue 44

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

Shades of Buttered Rum #9B792C

Tints of Buttered Rum #9B792C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.81%

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

R = 48.44%
G = 37.81%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B792C (or 0x9B792C) is known color: Buttered Rum. HEX triplet: 9B, 79 and 2C. RGB value is (155,121,44). Sum of RGB (Red+Green+Blue) = 155+121+44=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B792C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B792C is #6486D3. Grayscale: #7A7A7A. Windows color (decimal): -6588116 or 2914715. OLE color: 2914715.

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

Color convert

RGB 155 121 44 -
CMYK 0 0.22 0.72 0.39
HSL 41.62º 0.56% 0.39% -
HSV(B) 41.62º 0.72% 0.61% -
XYZ 20.81 20.83 5.31 -
YUV 122.39 83.76 151.26 -
System Red Green Blue C M Y K H S L
Decimal 155 121 44 0 0.22 0.72 0.39 41.62 0.56 0.39
Hex 9B 79 2C 0 16 48 27 2A 38 27
Octal 233 171 54 0 26 110 47 52 70 47
Binary 10011011 1111001 101100 0 10110 1001000 100111 101010 111000 100111

Color Harmonies of #9B792C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B792C

Black with #9B792C

Text Example


Text Example

White with #9B792C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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