Html Css Color HEX #997132 Buttered Rum

📋 copy color: '#997132'

red 153 ◦ green 113 ◦ blue 50

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

Shades of Buttered Rum #997132

Tints of Buttered Rum #997132

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.76%

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

R = 48.42%
G = 35.76%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#997132 (or 0x997132) is known color: Buttered Rum. HEX triplet: 99, 71 and 32. RGB value is (153,113,50). Sum of RGB (Red+Green+Blue) = 153+113+50=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #997132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997132 is #668ECD. Grayscale: #767676. Windows color (decimal): -6721230 or 3305881. OLE color: 3305881.

HSL color Cylindrical-coordinate representation of color #997132: hue angle of 36.7º 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 #997132 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 50 -
CMYK 0 0.26 0.67 0.4
HSL 36.7º 0.51% 0.4% -
HSV(B) 36.7º 0.67% 0.6% -
XYZ 19.62 18.81 5.61 -
YUV 117.78 89.75 153.12 -
System Red Green Blue C M Y K H S L
Decimal 153 113 50 0 0.26 0.67 0.4 36.7 0.51 0.4
Hex 99 71 32 0 1A 43 28 25 33 28
Octal 231 161 62 0 32 103 50 45 63 50
Binary 10011001 1110001 110010 0 11010 1000011 101000 100101 110011 101000

Color Harmonies of #997132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997132

Black with #997132

Text Example


Text Example

White with #997132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997132; }

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

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

background-color css

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

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

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

border-color css

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

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

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