Html Css Color HEX #9A7032 Buttered Rum

📋 copy color: '#9A7032'

red 154 ◦ green 112 ◦ blue 50

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

Shades of Buttered Rum #9A7032

Tints of Buttered Rum #9A7032

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.44%

 BLUE value IS 50 (19.92% from 255) = 15.82%

R = 48.73%
G = 35.44%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#9A7032 (or 0x9A7032) is known color: Buttered Rum. HEX triplet: 9A, 70 and 32. RGB value is (154,112,50). Sum of RGB (Red+Green+Blue) = 154+112+50=316 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.73% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7032 is #658FCD. Grayscale: #757575. Windows color (decimal): -6655950 or 3305626. OLE color: 3305626.

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

Color convert

RGB 154 112 50 -
CMYK 0 0.27 0.68 0.40
HSL 35.77º 0.51% 0.4% -
HSV(B) 35.77º 0.68% 0.6% -
XYZ 19.7 18.69 5.59 -
YUV 117.49 89.91 154.04 -
System Red Green Blue C M Y K H S L
Decimal 154 112 50 0 0.27 0.68 0.40 35.77 0.51 0.4
Hex 9A 70 32 0 1B 44 28 24 33 28
Octal 232 160 62 0 33 104 50 44 63 50
Binary 10011010 1110000 110010 0 11011 1000100 101000 100100 110011 101000

Color Harmonies of #9A7032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7032

Black with #9A7032

Text Example


Text Example

White with #9A7032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,112,50); }

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

background-color css

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

 a { background-color: rgb(154,112,50); }

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

border-color css

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

 span { border-color: rgb(154,112,50); }

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