Html Css Color HEX #9A7428 Buttered Rum

📋 copy color: '#9A7428'

red 154 ◦ green 116 ◦ blue 40

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

Shades of Buttered Rum #9A7428

Tints of Buttered Rum #9A7428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.9%

R = 49.68%
G = 37.42%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#9A7428 (or 0x9A7428) is known color: Buttered Rum. HEX triplet: 9A, 74 and 28. RGB value is (154,116,40). Sum of RGB (Red+Green+Blue) = 154+116+40=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7428 is #658BD7. Grayscale: #777777. Windows color (decimal): -6654936 or 2651290. OLE color: 2651290.

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

Color convert

RGB 154 116 40 -
CMYK 0 0.25 0.74 0.40
HSL 40º 0.59% 0.38% -
HSV(B) 40º 0.74% 0.6% -
XYZ 19.95 19.51 4.72 -
YUV 118.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 154 116 40 0 0.25 0.74 0.40 40 0.59 0.38
Hex 9A 74 28 0 19 4A 28 28 3B 26
Octal 232 164 50 0 31 112 50 50 73 46
Binary 10011010 1110100 101000 0 11001 1001010 101000 101000 111011 100110

Color Harmonies of #9A7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7428

Black with #9A7428

Text Example


Text Example

White with #9A7428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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