Html Css Color HEX #997A30 Buttered Rum

📋 copy color: '#997A30'

red 153 ◦ green 122 ◦ blue 48

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

Shades of Buttered Rum #997A30

Tints of Buttered Rum #997A30

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.77%

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

R = 47.37%
G = 37.77%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#997A30 (or 0x997A30) is known color: Buttered Rum. HEX triplet: 99, 7A and 30. RGB value is (153,122,48). Sum of RGB (Red+Green+Blue) = 153+122+48=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #997A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997A30 is #6685CF. Grayscale: #7B7B7B. Windows color (decimal): -6718928 or 3177113. OLE color: 3177113.

HSL color Cylindrical-coordinate representation of color #997A30: hue angle of 42.29º 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 #997A30 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 122 48 -
CMYK 0 0.20 0.69 0.4
HSL 42.29º 0.52% 0.39% -
HSV(B) 42.29º 0.69% 0.6% -
XYZ 20.63 20.9 5.74 -
YUV 122.83 85.77 149.52 -
System Red Green Blue C M Y K H S L
Decimal 153 122 48 0 0.20 0.69 0.4 42.29 0.52 0.39
Hex 99 7A 30 0 14 45 28 2A 34 27
Octal 231 172 60 0 24 105 50 52 64 47
Binary 10011001 1111010 110000 0 10100 1000101 101000 101010 110100 100111

Color Harmonies of #997A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997A30

Black with #997A30

Text Example


Text Example

White with #997A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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