Html Css Color HEX #997730 Buttered Rum

📋 copy color: '#997730'

red 153 ◦ green 119 ◦ blue 48

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

Shades of Buttered Rum #997730

Tints of Buttered Rum #997730

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.19%

 BLUE value IS 48 (19.14% from 255) = 15%

R = 47.81%
G = 37.19%
B = 15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#997730 (or 0x997730) is known color: Buttered Rum. HEX triplet: 99, 77 and 30. RGB value is (153,119,48). Sum of RGB (Red+Green+Blue) = 153+119+48=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #997730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997730 is #6688CF. Grayscale: #797979. Windows color (decimal): -6719696 or 3176345. OLE color: 3176345.

HSL color Cylindrical-coordinate representation of color #997730: hue angle of 40.57º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #997730 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 119 48 -
CMYK 0 0.22 0.69 0.4
HSL 40.57º 0.52% 0.39% -
HSV(B) 40.57º 0.69% 0.6% -
XYZ 20.27 20.18 5.62 -
YUV 121.07 86.76 150.77 -
System Red Green Blue C M Y K H S L
Decimal 153 119 48 0 0.22 0.69 0.4 40.57 0.52 0.39
Hex 99 77 30 0 16 45 28 29 34 27
Octal 231 167 60 0 26 105 50 51 64 47
Binary 10011001 1110111 110000 0 10110 1000101 101000 101001 110100 100111

Color Harmonies of #997730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997730

Black with #997730

Text Example


Text Example

White with #997730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997730; }

 p { color: rgb(153,119,48); }

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

background-color css

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

 a { background-color: rgb(153,119,48); }

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

border-color css

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

 span { border-color: rgb(153,119,48); }

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