Html Css Color HEX #997932 Buttered Rum

📋 copy color: '#997932'

red 153 ◦ green 121 ◦ blue 50

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

Shades of Buttered Rum #997932

Tints of Buttered Rum #997932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.43%

R = 47.22%
G = 37.35%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#997932 (or 0x997932) is known color: Buttered Rum. HEX triplet: 99, 79 and 32. RGB value is (153,121,50). Sum of RGB (Red+Green+Blue) = 153+121+50=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #997932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997932 is #6686CD. Grayscale: #7A7A7A. Windows color (decimal): -6719182 or 3307929. OLE color: 3307929.

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

Color convert

RGB 153 121 50 -
CMYK 0 0.21 0.67 0.4
HSL 41.36º 0.51% 0.4% -
HSV(B) 41.36º 0.67% 0.6% -
XYZ 20.55 20.68 5.93 -
YUV 122.47 87.1 149.77 -
System Red Green Blue C M Y K H S L
Decimal 153 121 50 0 0.21 0.67 0.4 41.36 0.51 0.4
Hex 99 79 32 0 15 43 28 29 33 28
Octal 231 171 62 0 25 103 50 51 63 50
Binary 10011001 1111001 110010 0 10101 1000011 101000 101001 110011 101000

Color Harmonies of #997932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997932

Black with #997932

Text Example


Text Example

White with #997932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997932; }

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

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

background-color css

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

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

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

border-color css

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

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

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