Html Css Color HEX #997227 Buttered Rum

📋 copy color: '#997227'

red 153 ◦ green 114 ◦ blue 39

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

Shades of Buttered Rum #997227

Tints of Buttered Rum #997227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.75%

R = 50%
G = 37.25%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#997227 (or 0x997227) is known color: Buttered Rum. HEX triplet: 99, 72 and 27. RGB value is (153,114,39). Sum of RGB (Red+Green+Blue) = 153+114+39=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #997227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997227 is #668DD8. Grayscale: #757575. Windows color (decimal): -6720985 or 2585241. OLE color: 2585241.

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

Color convert

RGB 153 114 39 -
CMYK 0 0.25 0.75 0.4
HSL 39.47º 0.59% 0.38% -
HSV(B) 39.47º 0.75% 0.6% -
XYZ 19.52 18.95 4.55 -
YUV 117.11 83.92 153.6 -
System Red Green Blue C M Y K H S L
Decimal 153 114 39 0 0.25 0.75 0.4 39.47 0.59 0.38
Hex 99 72 27 0 19 4B 28 27 3B 26
Octal 231 162 47 0 31 113 50 47 73 46
Binary 10011001 1110010 100111 0 11001 1001011 101000 100111 111011 100110

Color Harmonies of #997227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997227

Black with #997227

Text Example


Text Example

White with #997227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997227; }

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

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

background-color css

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

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

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

border-color css

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

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

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