Html Css Color HEX #9A732C Buttered Rum

📋 copy color: '#9A732C'

red 154 ◦ green 115 ◦ blue 44

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

Shades of Buttered Rum #9A732C

Tints of Buttered Rum #9A732C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.74%

 BLUE value IS 44 (17.58% from 255) = 14.06%

R = 49.2%
G = 36.74%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#9A732C (or 0x9A732C) is known color: Buttered Rum. HEX triplet: 9A, 73 and 2C. RGB value is (154,115,44). Sum of RGB (Red+Green+Blue) = 154+115+44=313 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.20% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 154 - color contains mainly: red. Hex color #9A732C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A732C is #658CD3. Grayscale: #767676. Windows color (decimal): -6655188 or 2913178. OLE color: 2913178.

HSL color Cylindrical-coordinate representation of color #9A732C: hue angle of 38.73º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A732C is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 115 44 -
CMYK 0 0.25 0.71 0.40
HSL 38.73º 0.56% 0.39% -
HSV(B) 38.73º 0.71% 0.6% -
XYZ 19.91 19.31 5.06 -
YUV 118.57 85.92 153.27 -
System Red Green Blue C M Y K H S L
Decimal 154 115 44 0 0.25 0.71 0.40 38.73 0.56 0.39
Hex 9A 73 2C 0 19 47 28 27 38 27
Octal 232 163 54 0 31 107 50 47 70 47
Binary 10011010 1110011 101100 0 11001 1000111 101000 100111 111000 100111

Color Harmonies of #9A732C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A732C

Black with #9A732C

Text Example


Text Example

White with #9A732C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,115,44); }

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

background-color css

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

 a { background-color: rgb(154,115,44); }

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

border-color css

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

 span { border-color: rgb(154,115,44); }

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