Html Css Color HEX #9B7341 Buttered Rum

📋 copy color: '#9B7341'

red 155 ◦ green 115 ◦ blue 65

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

Shades of Buttered Rum #9B7341

Tints of Buttered Rum #9B7341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.33%

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

R = 46.27%
G = 34.33%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9B7341 (or 0x9B7341) is known color: Buttered Rum. HEX triplet: 9B, 73 and 41. RGB value is (155,115,65). Sum of RGB (Red+Green+Blue) = 155+115+65=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7341 is #648CBE. Grayscale: #797979. Windows color (decimal): -6589631 or 4289435. OLE color: 4289435.

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

Color convert

RGB 155 115 65 -
CMYK 0 0.26 0.58 0.39
HSL 33.33º 0.41% 0.43% -
HSV(B) 33.33º 0.58% 0.61% -
XYZ 20.6 19.61 7.7 -
YUV 121.26 96.25 152.07 -
System Red Green Blue C M Y K H S L
Decimal 155 115 65 0 0.26 0.58 0.39 33.33 0.41 0.43
Hex 9B 73 41 0 1A 3A 27 21 29 2B
Octal 233 163 101 0 32 72 47 41 51 53
Binary 10011011 1110011 1000001 0 11010 111010 100111 100001 101001 101011

Color Harmonies of #9B7341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7341

Black with #9B7341

Text Example


Text Example

White with #9B7341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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