#997527

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

Shades of Buttered Rum #997527

Tints of Buttered Rum #997527

Color information

#997527 (or 0x997527) is unknown color: approx Buttered Rum. HEX triplet: 99, 75 and 27. RGB value is (153,117,39). Sum of RGB (Red+Green+Blue) = 153+117+39=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #997527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997527 is #668AD8. Grayscale: #777777. Windows color (decimal): -6720217 or 2586009. OLE color: 2586009.

HSL color Cylindrical-coordinate representation of color #997527: hue angle of 41.05º 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 #997527 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB15311739-
CMYK00.240.750.4
HSL41.05º59.38%37.65%-
HSV(B)41.05º74.51%60%-
XYZ19.8619.644.66-
YUV118.8782.93152.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.51%
GREEN value IS 117 (46.09% from 255) = 37.86%
BLUE value IS 39 (15.62% from 255) = 12.62%
R=49.51%
G=37.86%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531173900.240.750.441.0559.3837.65
Hex9975270184B28293b26
Octal2311654703011350517346
Binary1001100111101011001110110001001011101000101001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997527; }

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

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

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

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

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

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

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

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