Html Css Color HEX #9A742C Buttered Rum

📋 copy color: '#9A742C'

red 154 ◦ green 116 ◦ blue 44

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

Shades of Buttered Rum #9A742C

Tints of Buttered Rum #9A742C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.94%

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

R = 49.04%
G = 36.94%
B = 14.01%

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

#9A742C (or 0x9A742C) is known color: Buttered Rum. HEX triplet: 9A, 74 and 2C. RGB value is (154,116,44). Sum of RGB (Red+Green+Blue) = 154+116+44=314 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.04% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 154 - color contains mainly: red. Hex color #9A742C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A742C is #658BD3. Grayscale: #777777. Windows color (decimal): -6654932 or 2913434. OLE color: 2913434.

HSL color Cylindrical-coordinate representation of color #9A742C: hue angle of 39.27º 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 #9A742C is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 116 44 -
CMYK 0 0.25 0.71 0.40
HSL 39.27º 0.56% 0.39% -
HSV(B) 39.27º 0.71% 0.6% -
XYZ 20.03 19.54 5.1 -
YUV 119.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 154 116 44 0 0.25 0.71 0.40 39.27 0.56 0.39
Hex 9A 74 2C 0 19 47 28 27 38 27
Octal 232 164 54 0 31 107 50 47 70 47
Binary 10011010 1110100 101100 0 11001 1000111 101000 100111 111000 100111

Color Harmonies of #9A742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A742C

Black with #9A742C

Text Example


Text Example

White with #9A742C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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