Html Css Color HEX #A07937 Buttered Rum

📋 copy color: '#A07937'

red 160 ◦ green 121 ◦ blue 55

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

Shades of Buttered Rum #A07937

Tints of Buttered Rum #A07937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.37%

R = 47.62%
G = 36.01%
B = 16.37%

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

#A07937 (or 0xA07937) is known color: Buttered Rum. HEX triplet: A0, 79 and 37. RGB value is (160,121,55). Sum of RGB (Red+Green+Blue) = 160+121+55=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A07937 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07937 is #5F86C8. Grayscale: #7D7D7D. Windows color (decimal): -6260425 or 3635616. OLE color: 3635616.

HSL color Cylindrical-coordinate representation of color #A07937: hue angle of 37.71º degrees, saturation: 0.49, 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 #A07937 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 121 55 -
CMYK 0 0.24 0.66 0.37
HSL 37.71º 0.49% 0.42% -
HSV(B) 37.71º 0.66% 0.63% -
XYZ 22.02 21.42 6.59 -
YUV 125.14 88.42 152.87 -
System Red Green Blue C M Y K H S L
Decimal 160 121 55 0 0.24 0.66 0.37 37.71 0.49 0.42
Hex A0 79 37 0 18 42 25 26 31 2A
Octal 240 171 67 0 30 102 45 46 61 52
Binary 10100000 1111001 110111 0 11000 1000010 100101 100110 110001 101010

Color Harmonies of #A07937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07937

Black with #A07937

Text Example


Text Example

White with #A07937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07937; }

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

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

background-color css

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

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

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

border-color css

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

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

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