Html Css Color HEX #9B7441 Buttered Rum

📋 copy color: '#9B7441'

red 155 ◦ green 116 ◦ blue 65

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

Shades of Buttered Rum #9B7441

Tints of Buttered Rum #9B7441

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.52%

 BLUE value IS 65 (25.78% from 255) = 19.35%

R = 46.13%
G = 34.52%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9B7441 (or 0x9B7441) is known color: Buttered Rum. HEX triplet: 9B, 74 and 41. RGB value is (155,116,65). Sum of RGB (Red+Green+Blue) = 155+116+65=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7441 is #648BBE. Grayscale: #7A7A7A. Windows color (decimal): -6589375 or 4289691. OLE color: 4289691.

HSL color Cylindrical-coordinate representation of color #9B7441: hue angle of 34º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B7441 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 116 65 -
CMYK 0 0.25 0.58 0.39
HSL 34º 0.41% 0.43% -
HSV(B) 34º 0.58% 0.61% -
XYZ 20.72 19.84 7.74 -
YUV 121.85 95.92 151.65 -
System Red Green Blue C M Y K H S L
Decimal 155 116 65 0 0.25 0.58 0.39 34 0.41 0.43
Hex 9B 74 41 0 19 3A 27 22 29 2B
Octal 233 164 101 0 31 72 47 42 51 53
Binary 10011011 1110100 1000001 0 11001 111010 100111 100010 101001 101011

Color Harmonies of #9B7441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7441

Black with #9B7441

Text Example


Text Example

White with #9B7441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,116,65); }

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

background-color css

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

 a { background-color: rgb(155,116,65); }

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

border-color css

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

 span { border-color: rgb(155,116,65); }

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