Html Css Color HEX #A0742B Buttered Rum

📋 copy color: '#A0742B'

red 160 ◦ green 116 ◦ blue 43

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

Shades of Buttered Rum #A0742B

Tints of Buttered Rum #A0742B

RGB

 RED value IS 160 (62.89% from 255) = 50.16%

 GREEN value IS 116 (45.7% from 255) = 36.36%

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 50.16%
G = 36.36%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0742B (or 0xA0742B) is known color: Buttered Rum. HEX triplet: A0, 74 and 2B. RGB value is (160,116,43). Sum of RGB (Red+Green+Blue) = 160+116+43=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0742B is #5F8BD4. Grayscale: #797979. Windows color (decimal): -6261717 or 2847904. OLE color: 2847904.

HSL color Cylindrical-coordinate representation of color #A0742B: hue angle of 37.44º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0742B is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 116 43 -
CMYK 0 0.28 0.73 0.37
HSL 37.44º 0.58% 0.4% -
HSV(B) 37.44º 0.73% 0.63% -
XYZ 21.18 20.14 5.06 -
YUV 120.83 84.08 155.94 -
System Red Green Blue C M Y K H S L
Decimal 160 116 43 0 0.28 0.73 0.37 37.44 0.58 0.4
Hex A0 74 2B 0 1C 49 25 25 3A 28
Octal 240 164 53 0 34 111 45 45 72 50
Binary 10100000 1110100 101011 0 11100 1001001 100101 100101 111010 101000

Color Harmonies of #A0742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0742B

Black with #A0742B

Text Example


Text Example

White with #A0742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0742B; }

 p { color: rgb(160,116,43); }

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

background-color css

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

 a { background-color: rgb(160,116,43); }

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

border-color css

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

 span { border-color: rgb(160,116,43); }

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