#9B702C

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

Shades of Buttered Rum #9B702C

Tints of Buttered Rum #9B702C

Color information

#9B702C (or 0x9B702C) is unknown color: approx Buttered Rum. HEX triplet: 9B, 70 and 2C. RGB value is (155,112,44). Sum of RGB (Red+Green+Blue) = 155+112+44=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B702C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B702C is #648FD3. Grayscale: #757575. Windows color (decimal): -6590420 or 2912411. OLE color: 2912411.

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

Color convert

RGB15511244-
CMYK00.280.720.39
HSL36.76º55.78%39.02%-
HSV(B)36.76º71.61%60.78%-
XYZ19.7718.744.96-
YUV117.186.75155.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.84%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 44 (17.58% from 255) = 14.15%
R=49.84%
G=36.01%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551124400.280.720.3936.7655.7839.02
Hex9B702C01C4827253827
Octal2331605403411047457047
Binary1001101111100001011000111001001000100111100101111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B702C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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