Html Css Color HEX #9A7123 Buttered Rum

📋 copy color: '#9A7123'

red 154 ◦ green 113 ◦ blue 35

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

Shades of Buttered Rum #9A7123

Tints of Buttered Rum #9A7123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.59%

R = 50.99%
G = 37.42%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#9A7123 (or 0x9A7123) is known color: Buttered Rum. HEX triplet: 9A, 71 and 23. RGB value is (154,113,35). Sum of RGB (Red+Green+Blue) = 154+113+35=302 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.99% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7123 is #658EDC. Grayscale: #747474. Windows color (decimal): -6655709 or 2322842. OLE color: 2322842.

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

Color convert

RGB 154 113 35 -
CMYK 0 0.27 0.77 0.40
HSL 39.33º 0.63% 0.37% -
HSV(B) 39.33º 0.77% 0.6% -
XYZ 19.53 18.8 4.19 -
YUV 116.37 82.08 154.84 -
System Red Green Blue C M Y K H S L
Decimal 154 113 35 0 0.27 0.77 0.40 39.33 0.63 0.37
Hex 9A 71 23 0 1B 4D 28 27 3F 25
Octal 232 161 43 0 33 115 50 47 77 45
Binary 10011010 1110001 100011 0 11011 1001101 101000 100111 111111 100101

Color Harmonies of #9A7123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7123

Black with #9A7123

Text Example


Text Example

White with #9A7123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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