#9B732A

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

Shades of Buttered Rum #9B732A

Tints of Buttered Rum #9B732A

Color information

#9B732A (or 0x9B732A) is unknown color: approx Buttered Rum. HEX triplet: 9B, 73 and 2A. RGB value is (155,115,42). Sum of RGB (Red+Green+Blue) = 155+115+42=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B732A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B732A is #648CD5. Grayscale: #767676. Windows color (decimal): -6589654 or 2782107. OLE color: 2782107.

HSL color Cylindrical-coordinate representation of color #9B732A: hue angle of 38.76º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B732A is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB15511542-
CMYK00.260.730.39
HSL38.76º57.36%38.63%-
HSV(B)38.76º72.9%60.78%-
XYZ20.0719.44.88-
YUV118.6484.75153.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.68%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 42 (16.80% from 255) = 13.46%
R=49.68%
G=36.86%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551154200.260.730.3938.7657.3638.63
Hex9B732A01A4927273927
Octal2331635203211147477147
Binary1001101111100111010100110101001001100111100111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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