#9B702D

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

Shades of Buttered Rum #9B702D

Tints of Buttered Rum #9B702D

Color information

#9B702D (or 0x9B702D) is unknown color: approx Buttered Rum. HEX triplet: 9B, 70 and 2D. RGB value is (155,112,45). Sum of RGB (Red+Green+Blue) = 155+112+45=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B702D is #648FD2. Grayscale: #757575. Windows color (decimal): -6590419 or 2977947. OLE color: 2977947.

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

Color convert

RGB15511245-
CMYK00.280.710.39
HSL36.55º55%39.22%-
HSV(B)36.55º70.97%60.78%-
XYZ19.7918.755.06-
YUV117.2287.25154.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.68%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 45 (17.97% from 255) = 14.42%
R=49.68%
G=35.90%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551124500.280.710.3936.555539.22
Hex9B702D01C4727253727
Octal2331605503410747456747
Binary1001101111100001011010111001000111100111100101110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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