Html Css Color HEX #997225 Buttered Rum

📋 copy color: '#997225'

red 153 ◦ green 114 ◦ blue 37

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

Shades of Buttered Rum #997225

Tints of Buttered Rum #997225

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.5%

 BLUE value IS 37 (14.84% from 255) = 12.17%

R = 50.33%
G = 37.5%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#997225 (or 0x997225) is known color: Buttered Rum. HEX triplet: 99, 72 and 25. RGB value is (153,114,37). Sum of RGB (Red+Green+Blue) = 153+114+37=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #997225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997225 is #668DDA. Grayscale: #757575. Windows color (decimal): -6720987 or 2454169. OLE color: 2454169.

HSL color Cylindrical-coordinate representation of color #997225: hue angle of 39.83º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #997225 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 37 -
CMYK 0 0.25 0.76 0.4
HSL 39.83º 0.61% 0.37% -
HSV(B) 39.83º 0.76% 0.6% -
XYZ 19.49 18.94 4.38 -
YUV 116.88 82.92 153.76 -
System Red Green Blue C M Y K H S L
Decimal 153 114 37 0 0.25 0.76 0.4 39.83 0.61 0.37
Hex 99 72 25 0 19 4C 28 28 3D 25
Octal 231 162 45 0 31 114 50 50 75 45
Binary 10011001 1110010 100101 0 11001 1001100 101000 101000 111101 100101

Color Harmonies of #997225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997225

Black with #997225

Text Example


Text Example

White with #997225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997225; }

 p { color: rgb(153,114,37); }

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

background-color css

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

 a { background-color: rgb(153,114,37); }

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

border-color css

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

 span { border-color: rgb(153,114,37); }

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