#9B7538

Color #9B7538 Buttered Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttered Rum #9B7538

Tints of Buttered Rum #9B7538

Color information

#9B7538 (or 0x9B7538) is unknown color: approx Buttered Rum. HEX triplet: 9B, 75 and 38. RGB value is (155,117,56). Sum of RGB (Red+Green+Blue) = 155+117+56=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7538 is #648AC7. Grayscale: #797979. Windows color (decimal): -6589128 or 3700123. OLE color: 3700123.

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

Color convert

RGB15511756-
CMYK00.250.640.39
HSL36.97º46.92%41.37%-
HSV(B)36.97º63.87%60.78%-
XYZ20.5919.986.51-
YUV121.4191.09151.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.26%
GREEN value IS 117 (46.09% from 255) = 35.67%
BLUE value IS 56 (22.27% from 255) = 17.07%
R=47.26%
G=35.67%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551175600.250.640.3936.9746.9241.37
Hex9B75380194027252f29
Octal2331657003110047455751
Binary1001101111101011110000110011000000100111100101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,117,56); }

 H1.HeaderClassName
 {
   color: #9B7538;
 }
 .AnyTagClassName
 {
   color: #9B7538;
 }
</style>
background-color css

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

 a { background-color: rgb(155,117,56); }

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

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

 span { border-color: rgb(155,117,56); }

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