Html Css Color HEX #9A7232 Buttered Rum

📋 copy color: '#9A7232'

red 154 ◦ green 114 ◦ blue 50

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

Shades of Buttered Rum #9A7232

Tints of Buttered Rum #9A7232

RGB

 RED value IS 154 (60.55% from 255) = 48.43%

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

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

R = 48.43%
G = 35.85%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#9A7232 (or 0x9A7232) is known color: Buttered Rum. HEX triplet: 9A, 72 and 32. RGB value is (154,114,50). Sum of RGB (Red+Green+Blue) = 154+114+50=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7232 is #658DCD. Grayscale: #767676. Windows color (decimal): -6655438 or 3306138. OLE color: 3306138.

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

Color convert

RGB 154 114 50 -
CMYK 0 0.26 0.68 0.40
HSL 36.92º 0.51% 0.4% -
HSV(B) 36.92º 0.68% 0.6% -
XYZ 19.92 19.13 5.66 -
YUV 118.66 89.25 153.2 -
System Red Green Blue C M Y K H S L
Decimal 154 114 50 0 0.26 0.68 0.40 36.92 0.51 0.4
Hex 9A 72 32 0 1A 44 28 25 33 28
Octal 232 162 62 0 32 104 50 45 63 50
Binary 10011010 1110010 110010 0 11010 1000100 101000 100101 110011 101000

Color Harmonies of #9A7232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7232

Black with #9A7232

Text Example


Text Example

White with #9A7232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A7232; }

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

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

background-color css

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

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

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

border-color css

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

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

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