Html Css Color HEX #997232 Buttered Rum

📋 copy color: '#997232'

red 153 ◦ green 114 ◦ blue 50

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

Shades of Buttered Rum #997232

Tints of Buttered Rum #997232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.77%

R = 48.26%
G = 35.96%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#997232 (or 0x997232) is known color: Buttered Rum. HEX triplet: 99, 72 and 32. RGB value is (153,114,50). Sum of RGB (Red+Green+Blue) = 153+114+50=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #997232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997232 is #668DCD. Grayscale: #767676. Windows color (decimal): -6720974 or 3306137. OLE color: 3306137.

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

Color convert

RGB 153 114 50 -
CMYK 0 0.25 0.67 0.4
HSL 37.28º 0.51% 0.4% -
HSV(B) 37.28º 0.67% 0.6% -
XYZ 19.73 19.04 5.65 -
YUV 118.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 153 114 50 0 0.25 0.67 0.4 37.28 0.51 0.4
Hex 99 72 32 0 19 43 28 25 33 28
Octal 231 162 62 0 31 103 50 45 63 50
Binary 10011001 1110010 110010 0 11001 1000011 101000 100101 110011 101000

Color Harmonies of #997232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997232

Black with #997232

Text Example


Text Example

White with #997232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997232; }

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

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

background-color css

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

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

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

border-color css

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

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

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