Html Css Color HEX #9A7033 Buttered Rum

📋 copy color: '#9A7033'

red 154 ◦ green 112 ◦ blue 51

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

Shades of Buttered Rum #9A7033

Tints of Buttered Rum #9A7033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.09%

R = 48.58%
G = 35.33%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#9A7033 (or 0x9A7033) is known color: Buttered Rum. HEX triplet: 9A, 70 and 33. RGB value is (154,112,51). Sum of RGB (Red+Green+Blue) = 154+112+51=317 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.58% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7033 is #658FCC. Grayscale: #757575. Windows color (decimal): -6655949 or 3371162. OLE color: 3371162.

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

Color convert

RGB 154 112 51 -
CMYK 0 0.27 0.67 0.40
HSL 35.53º 0.5% 0.4% -
HSV(B) 35.53º 0.67% 0.6% -
XYZ 19.72 18.7 5.7 -
YUV 117.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 154 112 51 0 0.27 0.67 0.40 35.53 0.5 0.4
Hex 9A 70 33 0 1B 43 28 24 32 28
Octal 232 160 63 0 33 103 50 44 62 50
Binary 10011010 1110000 110011 0 11011 1000011 101000 100100 110010 101000

Color Harmonies of #9A7033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7033

Black with #9A7033

Text Example


Text Example

White with #9A7033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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