Html Css Color HEX #997221 Buttered Rum

📋 copy color: '#997221'

red 153 ◦ green 114 ◦ blue 33

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

Shades of Buttered Rum #997221

Tints of Buttered Rum #997221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38%

 BLUE value IS 33 (13.28% from 255) = 11%

R = 51%
G = 38%
B = 11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#997221 (or 0x997221) is known color: Buttered Rum. HEX triplet: 99, 72 and 21. RGB value is (153,114,33). Sum of RGB (Red+Green+Blue) = 153+114+33=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #997221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997221 is #668DDE. Grayscale: #747474. Windows color (decimal): -6720991 or 2192025. OLE color: 2192025.

HSL color Cylindrical-coordinate representation of color #997221: hue angle of 40.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #997221 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 33 -
CMYK 0 0.25 0.78 0.4
HSL 40.5º 0.65% 0.36% -
HSV(B) 40.5º 0.78% 0.6% -
XYZ 19.43 18.92 4.07 -
YUV 116.43 80.92 154.09 -
System Red Green Blue C M Y K H S L
Decimal 153 114 33 0 0.25 0.78 0.4 40.5 0.65 0.36
Hex 99 72 21 0 19 4E 28 28 41 24
Octal 231 162 41 0 31 116 50 50 101 44
Binary 10011001 1110010 100001 0 11001 1001110 101000 101000 1000001 100100

Color Harmonies of #997221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997221

Black with #997221

Text Example


Text Example

White with #997221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997221; }

 p { color: rgb(153,114,33); }

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

background-color css

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

 a { background-color: rgb(153,114,33); }

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

border-color css

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

 span { border-color: rgb(153,114,33); }

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