Html Css Color HEX #997029 Buttered Rum

📋 copy color: '#997029'

red 153 ◦ green 112 ◦ blue 41

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

Shades of Buttered Rum #997029

Tints of Buttered Rum #997029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.6%

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

R = 50%
G = 36.6%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#997029 (or 0x997029) is known color: Buttered Rum. HEX triplet: 99, 70 and 29. RGB value is (153,112,41). Sum of RGB (Red+Green+Blue) = 153+112+41=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #997029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997029 is #668FD6. Grayscale: #747474. Windows color (decimal): -6721495 or 2715801. OLE color: 2715801.

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

Color convert

RGB 153 112 41 -
CMYK 0 0.27 0.73 0.4
HSL 38.04º 0.58% 0.38% -
HSV(B) 38.04º 0.73% 0.6% -
XYZ 19.33 18.52 4.65 -
YUV 116.17 85.58 154.27 -
System Red Green Blue C M Y K H S L
Decimal 153 112 41 0 0.27 0.73 0.4 38.04 0.58 0.38
Hex 99 70 29 0 1B 49 28 26 3A 26
Octal 231 160 51 0 33 111 50 46 72 46
Binary 10011001 1110000 101001 0 11011 1001001 101000 100110 111010 100110

Color Harmonies of #997029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997029

Black with #997029

Text Example


Text Example

White with #997029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997029; }

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

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

background-color css

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

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

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

border-color css

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

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

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