Html Css Color HEX #9A7329 Buttered Rum

📋 copy color: '#9A7329'

red 154 ◦ green 115 ◦ blue 41

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

Shades of Buttered Rum #9A7329

Tints of Buttered Rum #9A7329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.23%

R = 49.68%
G = 37.1%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#9A7329 (or 0x9A7329) is known color: Buttered Rum. HEX triplet: 9A, 73 and 29. RGB value is (154,115,41). Sum of RGB (Red+Green+Blue) = 154+115+41=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7329 is #658CD6. Grayscale: #767676. Windows color (decimal): -6655191 or 2716570. OLE color: 2716570.

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

Color convert

RGB 154 115 41 -
CMYK 0 0.25 0.73 0.40
HSL 39.29º 0.58% 0.38% -
HSV(B) 39.29º 0.73% 0.6% -
XYZ 19.86 19.29 4.77 -
YUV 118.23 84.42 153.52 -
System Red Green Blue C M Y K H S L
Decimal 154 115 41 0 0.25 0.73 0.40 39.29 0.58 0.38
Hex 9A 73 29 0 19 49 28 27 3A 26
Octal 232 163 51 0 31 111 50 47 72 46
Binary 10011010 1110011 101001 0 11001 1001001 101000 100111 111010 100110

Color Harmonies of #9A7329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7329

Black with #9A7329

Text Example


Text Example

White with #9A7329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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