Html Css Color HEX #997D38 Buttered Rum

📋 copy color: '#997D38'

red 153 ◦ green 125 ◦ blue 56

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

Shades of Buttered Rum #997D38

Tints of Buttered Rum #997D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.77%

R = 45.81%
G = 37.43%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#997D38 (or 0x997D38) is known color: Buttered Rum. HEX triplet: 99, 7D and 38. RGB value is (153,125,56). Sum of RGB (Red+Green+Blue) = 153+125+56=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #997D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997D38 is #6682C7. Grayscale: #7D7D7D. Windows color (decimal): -6718152 or 3702169. OLE color: 3702169.

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

Color convert

RGB 153 125 56 -
CMYK 0 0.18 0.63 0.4
HSL 42.68º 0.46% 0.41% -
HSV(B) 42.68º 0.63% 0.6% -
XYZ 21.18 21.73 6.82 -
YUV 125.51 88.78 147.61 -
System Red Green Blue C M Y K H S L
Decimal 153 125 56 0 0.18 0.63 0.4 42.68 0.46 0.41
Hex 99 7D 38 0 12 3F 28 2B 2E 29
Octal 231 175 70 0 22 77 50 53 56 51
Binary 10011001 1111101 111000 0 10010 111111 101000 101011 101110 101001

Color Harmonies of #997D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997D38

Black with #997D38

Text Example


Text Example

White with #997D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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