Html Css Color HEX #997130 Buttered Rum

📋 copy color: '#997130'

red 153 ◦ green 113 ◦ blue 48

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

Shades of Buttered Rum #997130

Tints of Buttered Rum #997130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.99%

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

R = 48.73%
G = 35.99%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#997130 (or 0x997130) is known color: Buttered Rum. HEX triplet: 99, 71 and 30. RGB value is (153,113,48). Sum of RGB (Red+Green+Blue) = 153+113+48=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #997130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997130 is #668ECF. Grayscale: #757575. Windows color (decimal): -6721232 or 3174809. OLE color: 3174809.

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

Color convert

RGB 153 113 48 -
CMYK 0 0.26 0.69 0.4
HSL 37.14º 0.52% 0.39% -
HSV(B) 37.14º 0.69% 0.6% -
XYZ 19.58 18.8 5.39 -
YUV 117.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 153 113 48 0 0.26 0.69 0.4 37.14 0.52 0.39
Hex 99 71 30 0 1A 45 28 25 34 27
Octal 231 161 60 0 32 105 50 45 64 47
Binary 10011001 1110001 110000 0 11010 1000101 101000 100101 110100 100111

Color Harmonies of #997130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997130

Black with #997130

Text Example


Text Example

White with #997130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997130; }

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

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

background-color css

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

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

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

border-color css

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

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

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