#997526

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

Shades of Buttered Rum #997526

Tints of Buttered Rum #997526

Color information

#997526 (or 0x997526) is unknown color: approx Buttered Rum. HEX triplet: 99, 75 and 26. RGB value is (153,117,38). Sum of RGB (Red+Green+Blue) = 153+117+38=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #997526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997526 is #668AD9. Grayscale: #777777. Windows color (decimal): -6720218 or 2520473. OLE color: 2520473.

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

Color convert

RGB15311738-
CMYK00.240.750.4
HSL41.22º60.21%37.45%-
HSV(B)41.22º75.16%60%-
XYZ19.8519.634.58-
YUV118.7682.43152.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.68%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 38 (15.23% from 255) = 12.34%
R=49.68%
G=37.99%
B=12.34%

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
Decimal1531173800.240.750.441.2260.2137.45
Hex9975260184B28293c25
Octal2311654603011350517445
Binary1001100111101011001100110001001011101000101001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997526; }

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

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

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

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

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

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

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

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