Html Css Color HEX #9A7125 Buttered Rum

📋 copy color: '#9A7125'

red 154 ◦ green 113 ◦ blue 37

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

Shades of Buttered Rum #9A7125

Tints of Buttered Rum #9A7125

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.17%

 BLUE value IS 37 (14.84% from 255) = 12.17%

R = 50.66%
G = 37.17%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#9A7125 (or 0x9A7125) is known color: Buttered Rum. HEX triplet: 9A, 71 and 25. RGB value is (154,113,37). Sum of RGB (Red+Green+Blue) = 154+113+37=304 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.66% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7125 is #658EDA. Grayscale: #747474. Windows color (decimal): -6655707 or 2453914. OLE color: 2453914.

HSL color Cylindrical-coordinate representation of color #9A7125: hue angle of 38.97º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A7125 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 113 37 -
CMYK 0 0.27 0.76 0.40
HSL 38.97º 0.61% 0.37% -
HSV(B) 38.97º 0.76% 0.6% -
XYZ 19.57 18.81 4.35 -
YUV 116.6 83.08 154.68 -
System Red Green Blue C M Y K H S L
Decimal 154 113 37 0 0.27 0.76 0.40 38.97 0.61 0.37
Hex 9A 71 25 0 1B 4C 28 27 3D 25
Octal 232 161 45 0 33 114 50 47 75 45
Binary 10011010 1110001 100101 0 11011 1001100 101000 100111 111101 100101

Color Harmonies of #9A7125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7125

Black with #9A7125

Text Example


Text Example

White with #9A7125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,113,37); }

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

background-color css

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

 a { background-color: rgb(154,113,37); }

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

border-color css

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

 span { border-color: rgb(154,113,37); }

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