#997127

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

Shades of Buttered Rum #997127

Tints of Buttered Rum #997127

Color information

#997127 (or 0x997127) is unknown color: approx Buttered Rum. HEX triplet: 99, 71 and 27. RGB value is (153,113,39). Sum of RGB (Red+Green+Blue) = 153+113+39=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #997127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997127 is #668ED8. Grayscale: #747474. Windows color (decimal): -6721241 or 2584985. OLE color: 2584985.

HSL color Cylindrical-coordinate representation of color #997127: hue angle of 38.95º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #997127 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB15311339-
CMYK00.260.750.4
HSL38.95º59.38%37.65%-
HSV(B)38.95º74.51%60%-
XYZ19.4118.734.51-
YUV116.5284.25154.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.16%
GREEN value IS 113 (44.53% from 255) = 37.05%
BLUE value IS 39 (15.62% from 255) = 12.79%
R=50.16%
G=37.05%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531133900.260.750.438.9559.3837.65
Hex99712701A4B28273b26
Octal2311614703211350477346
Binary1001100111100011001110110101001011101000100111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997127; }

 p { color: rgb(153,113,39); }

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

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

 a { background-color: rgb(153,113,39); }

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

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

 span { border-color: rgb(153,113,39); }

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