Html Css Color HEX #997D37 Buttered Rum

📋 copy color: '#997D37'

red 153 ◦ green 125 ◦ blue 55

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

Shades of Buttered Rum #997D37

Tints of Buttered Rum #997D37

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.54%

 BLUE value IS 55 (21.88% from 255) = 16.52%

R = 45.95%
G = 37.54%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.4

RGB Variations

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

Color information

#997D37 (or 0x997D37) is known color: Buttered Rum. HEX triplet: 99, 7D and 37. RGB value is (153,125,55). Sum of RGB (Red+Green+Blue) = 153+125+55=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #997D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997D37 is #6682C8. Grayscale: #7D7D7D. Windows color (decimal): -6718153 or 3636633. OLE color: 3636633.

HSL color Cylindrical-coordinate representation of color #997D37: hue angle of 42.86º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #997D37 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 125 55 -
CMYK 0 0.18 0.64 0.4
HSL 42.86º 0.47% 0.41% -
HSV(B) 42.86º 0.64% 0.6% -
XYZ 21.16 21.72 6.69 -
YUV 125.39 88.28 147.69 -
System Red Green Blue C M Y K H S L
Decimal 153 125 55 0 0.18 0.64 0.4 42.86 0.47 0.41
Hex 99 7D 37 0 12 40 28 2B 2F 29
Octal 231 175 67 0 22 100 50 53 57 51
Binary 10011001 1111101 110111 0 10010 1000000 101000 101011 101111 101001

Color Harmonies of #997D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997D37

Black with #997D37

Text Example


Text Example

White with #997D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,125,55); }

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

background-color css

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

 a { background-color: rgb(153,125,55); }

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

border-color css

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

 span { border-color: rgb(153,125,55); }

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