Html Css Color HEX #A07239 Buttered Rum

📋 copy color: '#A07239'

red 160 ◦ green 114 ◦ blue 57

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

Shades of Buttered Rum #A07239

Tints of Buttered Rum #A07239

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.44%

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

R = 48.34%
G = 34.44%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A07239 (or 0xA07239) is known color: Buttered Rum. HEX triplet: A0, 72 and 39. RGB value is (160,114,57). Sum of RGB (Red+Green+Blue) = 160+114+57=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A07239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07239 is #5F8DC6. Grayscale: #797979. Windows color (decimal): -6262215 or 3764896. OLE color: 3764896.

HSL color Cylindrical-coordinate representation of color #A07239: hue angle of 33.2º 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 #A07239 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 114 57 -
CMYK 0 0.29 0.64 0.37
HSL 33.2º 0.47% 0.43% -
HSV(B) 33.2º 0.64% 0.63% -
XYZ 21.25 19.8 6.57 -
YUV 121.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 160 114 57 0 0.29 0.64 0.37 33.2 0.47 0.43
Hex A0 72 39 0 1D 40 25 21 2F 2B
Octal 240 162 71 0 35 100 45 41 57 53
Binary 10100000 1110010 111001 0 11101 1000000 100101 100001 101111 101011

Color Harmonies of #A07239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07239

Black with #A07239

Text Example


Text Example

White with #A07239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07239; }

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

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

background-color css

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

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

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

border-color css

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

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

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