Html Css Color HEX #A07939 Buttered Rum

📋 copy color: '#A07939'

red 160 ◦ green 121 ◦ blue 57

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

Shades of Buttered Rum #A07939

Tints of Buttered Rum #A07939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.86%

R = 47.34%
G = 35.8%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A07939 (or 0xA07939) is known color: Buttered Rum. HEX triplet: A0, 79 and 39. RGB value is (160,121,57). Sum of RGB (Red+Green+Blue) = 160+121+57=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A07939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07939 is #5F86C6. Grayscale: #7D7D7D. Windows color (decimal): -6260423 or 3766688. OLE color: 3766688.

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

Color convert

RGB 160 121 57 -
CMYK 0 0.24 0.64 0.37
HSL 37.28º 0.47% 0.43% -
HSV(B) 37.28º 0.64% 0.63% -
XYZ 22.07 21.44 6.85 -
YUV 125.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 160 121 57 0 0.24 0.64 0.37 37.28 0.47 0.43
Hex A0 79 39 0 18 40 25 25 2F 2B
Octal 240 171 71 0 30 100 45 45 57 53
Binary 10100000 1111001 111001 0 11000 1000000 100101 100101 101111 101011

Color Harmonies of #A07939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07939

Black with #A07939

Text Example


Text Example

White with #A07939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07939; }

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

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

background-color css

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

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

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

border-color css

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

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

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