Html Css Color HEX #9A742B Buttered Rum

📋 copy color: '#9A742B'

red 154 ◦ green 116 ◦ blue 43

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

Shades of Buttered Rum #9A742B

Tints of Buttered Rum #9A742B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.74%

R = 49.2%
G = 37.06%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#9A742B (or 0x9A742B) is known color: Buttered Rum. HEX triplet: 9A, 74 and 2B. RGB value is (154,116,43). Sum of RGB (Red+Green+Blue) = 154+116+43=313 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.20% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 154 - color contains mainly: red. Hex color #9A742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A742B is #658BD4. Grayscale: #777777. Windows color (decimal): -6654933 or 2847898. OLE color: 2847898.

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

Color convert

RGB 154 116 43 -
CMYK 0 0.25 0.72 0.40
HSL 39.46º 0.56% 0.39% -
HSV(B) 39.46º 0.72% 0.6% -
XYZ 20.01 19.54 5 -
YUV 119.04 85.09 152.94 -
System Red Green Blue C M Y K H S L
Decimal 154 116 43 0 0.25 0.72 0.40 39.46 0.56 0.39
Hex 9A 74 2B 0 19 48 28 27 38 27
Octal 232 164 53 0 31 110 50 47 70 47
Binary 10011010 1110100 101011 0 11001 1001000 101000 100111 111000 100111

Color Harmonies of #9A742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A742B

Black with #9A742B

Text Example


Text Example

White with #9A742B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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