Html Css Color HEX #997223 Buttered Rum

📋 copy color: '#997223'

red 153 ◦ green 114 ◦ blue 35

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

Shades of Buttered Rum #997223

Tints of Buttered Rum #997223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.59%

R = 50.66%
G = 37.75%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#997223 (or 0x997223) is known color: Buttered Rum. HEX triplet: 99, 72 and 23. RGB value is (153,114,35). Sum of RGB (Red+Green+Blue) = 153+114+35=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #997223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997223 is #668DDC. Grayscale: #757575. Windows color (decimal): -6720989 or 2323097. OLE color: 2323097.

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

Color convert

RGB 153 114 35 -
CMYK 0 0.25 0.77 0.4
HSL 40.17º 0.63% 0.37% -
HSV(B) 40.17º 0.77% 0.6% -
XYZ 19.46 18.93 4.22 -
YUV 116.66 81.92 153.92 -
System Red Green Blue C M Y K H S L
Decimal 153 114 35 0 0.25 0.77 0.4 40.17 0.63 0.37
Hex 99 72 23 0 19 4D 28 28 3F 25
Octal 231 162 43 0 31 115 50 50 77 45
Binary 10011001 1110010 100011 0 11001 1001101 101000 101000 111111 100101

Color Harmonies of #997223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997223

Black with #997223

Text Example


Text Example

White with #997223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997223; }

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

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

background-color css

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

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

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

border-color css

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

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

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