Html Css Color HEX #A07936 Buttered Rum

📋 copy color: '#A07936'

red 160 ◦ green 121 ◦ blue 54

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

Shades of Buttered Rum #A07936

Tints of Buttered Rum #A07936

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.12%

 BLUE value IS 54 (21.48% from 255) = 16.12%

R = 47.76%
G = 36.12%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A07936 (or 0xA07936) is known color: Buttered Rum. HEX triplet: A0, 79 and 36. RGB value is (160,121,54). Sum of RGB (Red+Green+Blue) = 160+121+54=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A07936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07936 is #5F86C9. Grayscale: #7D7D7D. Windows color (decimal): -6260426 or 3570080. OLE color: 3570080.

HSL color Cylindrical-coordinate representation of color #A07936: hue angle of 37.92º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A07936 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 121 54 -
CMYK 0 0.24 0.66 0.37
HSL 37.92º 0.5% 0.42% -
HSV(B) 37.92º 0.66% 0.63% -
XYZ 22 21.41 6.46 -
YUV 125.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 160 121 54 0 0.24 0.66 0.37 37.92 0.5 0.42
Hex A0 79 36 0 18 42 25 26 32 2A
Octal 240 171 66 0 30 102 45 46 62 52
Binary 10100000 1111001 110110 0 11000 1000010 100101 100110 110010 101010

Color Harmonies of #A07936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07936

Black with #A07936

Text Example


Text Example

White with #A07936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07936; }

 p { color: rgb(160,121,54); }

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

background-color css

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

 a { background-color: rgb(160,121,54); }

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

border-color css

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

 span { border-color: rgb(160,121,54); }

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