Html Css Color HEX #997424 Buttered Rum

📋 copy color: '#997424'

red 153 ◦ green 116 ◦ blue 36

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

Shades of Buttered Rum #997424

Tints of Buttered Rum #997424

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.03%

 BLUE value IS 36 (14.45% from 255) = 11.8%

R = 50.16%
G = 38.03%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#997424 (or 0x997424) is known color: Buttered Rum. HEX triplet: 99, 74 and 24. RGB value is (153,116,36). Sum of RGB (Red+Green+Blue) = 153+116+36=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #997424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997424 is #668BDB. Grayscale: #767676. Windows color (decimal): -6720476 or 2389145. OLE color: 2389145.

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

Color convert

RGB 153 116 36 -
CMYK 0 0.24 0.76 0.4
HSL 41.03º 0.62% 0.37% -
HSV(B) 41.03º 0.76% 0.6% -
XYZ 19.7 19.39 4.37 -
YUV 117.94 81.76 153 -
System Red Green Blue C M Y K H S L
Decimal 153 116 36 0 0.24 0.76 0.4 41.03 0.62 0.37
Hex 99 74 24 0 18 4C 28 29 3E 25
Octal 231 164 44 0 30 114 50 51 76 45
Binary 10011001 1110100 100100 0 11000 1001100 101000 101001 111110 100101

Color Harmonies of #997424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997424

Black with #997424

Text Example


Text Example

White with #997424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997424; }

 p { color: rgb(153,116,36); }

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

background-color css

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

 a { background-color: rgb(153,116,36); }

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

border-color css

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

 span { border-color: rgb(153,116,36); }

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