Html Css Color HEX #9B7931 Buttered Rum

📋 copy color: '#9B7931'

red 155 ◦ green 121 ◦ blue 49

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

Shades of Buttered Rum #9B7931

Tints of Buttered Rum #9B7931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.08%

R = 47.69%
G = 37.23%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B7931 (or 0x9B7931) is known color: Buttered Rum. HEX triplet: 9B, 79 and 31. RGB value is (155,121,49). Sum of RGB (Red+Green+Blue) = 155+121+49=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7931 is #6486CE. Grayscale: #7B7B7B. Windows color (decimal): -6588111 or 3242395. OLE color: 3242395.

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

Color convert

RGB 155 121 49 -
CMYK 0 0.22 0.68 0.39
HSL 40.75º 0.52% 0.4% -
HSV(B) 40.75º 0.68% 0.61% -
XYZ 20.91 20.87 5.83 -
YUV 122.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 155 121 49 0 0.22 0.68 0.39 40.75 0.52 0.4
Hex 9B 79 31 0 16 44 27 29 34 28
Octal 233 171 61 0 26 104 47 51 64 50
Binary 10011011 1111001 110001 0 10110 1000100 100111 101001 110100 101000

Color Harmonies of #9B7931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7931

Black with #9B7931

Text Example


Text Example

White with #9B7931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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