#9B7C3D

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

Shades of Buttered Rum #9B7C3D

Tints of Buttered Rum #9B7C3D

Color information

#9B7C3D (or 0x9B7C3D) is unknown color: approx Buttered Rum. HEX triplet: 9B, 7C and 3D. RGB value is (155,124,61). Sum of RGB (Red+Green+Blue) = 155+124+61=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7C3D is #6483C2. Grayscale: #7E7E7E. Windows color (decimal): -6587331 or 4029595. OLE color: 4029595.

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

Color convert

RGB15512461-
CMYK00.20.610.39
HSL40.21º43.52%42.35%-
HSV(B)40.21º60.65%60.78%-
XYZ21.5721.727.47-
YUV126.0991.27148.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.59%
GREEN value IS 124 (48.83% from 255) = 36.47%
BLUE value IS 61 (24.22% from 255) = 17.94%
R=45.59%
G=36.47%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551246100.20.610.3940.2143.5242.35
Hex9B7C3D0143D27282c2a
Octal233174750247547505452
Binary100110111111100111101010100111101100111101000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,124,61); }

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

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

 a { background-color: rgb(155,124,61); }

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

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

 span { border-color: rgb(155,124,61); }

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