Html Css Color HEX #997129 Buttered Rum

📋 copy color: '#997129'

red 153 ◦ green 113 ◦ blue 41

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

Shades of Buttered Rum #997129

Tints of Buttered Rum #997129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.36%

R = 49.84%
G = 36.81%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#997129 (or 0x997129) is known color: Buttered Rum. HEX triplet: 99, 71 and 29. RGB value is (153,113,41). Sum of RGB (Red+Green+Blue) = 153+113+41=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #997129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997129 is #668ED6. Grayscale: #757575. Windows color (decimal): -6721239 or 2716057. OLE color: 2716057.

HSL color Cylindrical-coordinate representation of color #997129: hue angle of 38.57º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #997129 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 41 -
CMYK 0 0.26 0.73 0.4
HSL 38.57º 0.58% 0.38% -
HSV(B) 38.57º 0.73% 0.6% -
XYZ 19.44 18.74 4.69 -
YUV 116.75 85.25 153.85 -
System Red Green Blue C M Y K H S L
Decimal 153 113 41 0 0.26 0.73 0.4 38.57 0.58 0.38
Hex 99 71 29 0 1A 49 28 27 3A 26
Octal 231 161 51 0 32 111 50 47 72 46
Binary 10011001 1110001 101001 0 11010 1001001 101000 100111 111010 100110

Color Harmonies of #997129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997129

Black with #997129

Text Example


Text Example

White with #997129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997129; }

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

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

background-color css

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

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

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

border-color css

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

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

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