#9B702A

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

Shades of Buttered Rum #9B702A

Tints of Buttered Rum #9B702A

Color information

#9B702A (or 0x9B702A) is unknown color: approx Buttered Rum. HEX triplet: 9B, 70 and 2A. RGB value is (155,112,42). Sum of RGB (Red+Green+Blue) = 155+112+42=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B702A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B702A is #648FD5. Grayscale: #757575. Windows color (decimal): -6590422 or 2781339. OLE color: 2781339.

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

Color convert

RGB15511242-
CMYK00.280.730.39
HSL37.17º57.36%38.63%-
HSV(B)37.17º72.9%60.78%-
XYZ19.7318.724.76-
YUV116.8885.75155.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.16%
GREEN value IS 112 (44.14% from 255) = 36.25%
BLUE value IS 42 (16.80% from 255) = 13.59%
R=50.16%
G=36.25%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551124200.280.730.3937.1757.3638.63
Hex9B702A01C4927253927
Octal2331605203411147457147
Binary1001101111100001010100111001001001100111100101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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