Html Css Color HEX #9A7035 Buttered Rum

📋 copy color: '#9A7035'

red 154 ◦ green 112 ◦ blue 53

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

Shades of Buttered Rum #9A7035

Tints of Buttered Rum #9A7035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.61%

R = 48.28%
G = 35.11%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#9A7035 (or 0x9A7035) is known color: Buttered Rum. HEX triplet: 9A, 70 and 35. RGB value is (154,112,53). Sum of RGB (Red+Green+Blue) = 154+112+53=319 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.28% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7035 is #658FCA. Grayscale: #767676. Windows color (decimal): -6655947 or 3502234. OLE color: 3502234.

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

Color convert

RGB 154 112 53 -
CMYK 0 0.27 0.66 0.40
HSL 35.05º 0.49% 0.41% -
HSV(B) 35.05º 0.66% 0.6% -
XYZ 19.76 18.72 5.94 -
YUV 117.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 154 112 53 0 0.27 0.66 0.40 35.05 0.49 0.41
Hex 9A 70 35 0 1B 42 28 23 31 29
Octal 232 160 65 0 33 102 50 43 61 51
Binary 10011010 1110000 110101 0 11011 1000010 101000 100011 110001 101001

Color Harmonies of #9A7035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7035

Black with #9A7035

Text Example


Text Example

White with #9A7035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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