Html Css Color HEX #99792D Buttered Rum

📋 copy color: '#99792D'

red 153 ◦ green 121 ◦ blue 45

#99792D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buttered Rum #99792D

Tints of Buttered Rum #99792D

RGB

 RED value IS 153 (60.16% from 255) = 47.96%

 GREEN value IS 121 (47.66% from 255) = 37.93%

 BLUE value IS 45 (17.97% from 255) = 14.11%

R = 47.96%
G = 37.93%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#99792D (or 0x99792D) is known color: Buttered Rum. HEX triplet: 99, 79 and 2D. RGB value is (153,121,45). Sum of RGB (Red+Green+Blue) = 153+121+45=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #99792D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99792D is #6686D2. Grayscale: #7A7A7A. Windows color (decimal): -6719187 or 2980249. OLE color: 2980249.

HSL color Cylindrical-coordinate representation of color #99792D: hue angle of 42.22º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99792D is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 121 45 -
CMYK 0 0.21 0.71 0.4
HSL 42.22º 0.55% 0.39% -
HSV(B) 42.22º 0.71% 0.6% -
XYZ 20.45 20.64 5.39 -
YUV 121.9 84.6 150.18 -
System Red Green Blue C M Y K H S L
Decimal 153 121 45 0 0.21 0.71 0.4 42.22 0.55 0.39
Hex 99 79 2D 0 15 47 28 2A 37 27
Octal 231 171 55 0 25 107 50 52 67 47
Binary 10011001 1111001 101101 0 10101 1000111 101000 101010 110111 100111

Color Harmonies of #99792D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99792D

Black with #99792D

Text Example


Text Example

White with #99792D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99792D; }

 p { color: rgb(153,121,45); }

 H1.HeaderClassName
 {
   color: #99792D;
 }
 .AnyTagClassName
 {
   color: #99792D;
 }
</style>

background-color css

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

 a { background-color: rgb(153,121,45); }

 div.DivClassName
 {
   background-color: #99792D;
 }
 .BgClassName
 {
   background-color: #99792D;
 }
</style>

border-color css

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

 span { border-color: rgb(153,121,45); }

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