#99752B

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

Shades of Buttered Rum #99752B

Tints of Buttered Rum #99752B

Color information

#99752B (or 0x99752B) is unknown color: approx Buttered Rum. HEX triplet: 99, 75 and 2B. RGB value is (153,117,43). Sum of RGB (Red+Green+Blue) = 153+117+43=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99752B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99752B is #668AD4. Grayscale: #777777. Windows color (decimal): -6720213 or 2848153. OLE color: 2848153.

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

Color convert

RGB15311743-
CMYK00.240.720.4
HSL40.36º56.12%38.43%-
HSV(B)40.36º71.9%60%-
XYZ19.9319.675.03-
YUV119.3384.93152.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 117 (46.09% from 255) = 37.38%
BLUE value IS 43 (17.19% from 255) = 13.74%
R=48.88%
G=37.38%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531174300.240.720.440.3656.1238.43
Hex99752B0184828283826
Octal2311655303011050507046
Binary1001100111101011010110110001001000101000101000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99752B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99752B; }

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

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

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

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

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

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

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

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