Html Css Color HEX #A07331 Buttered Rum

📋 copy color: '#A07331'

red 160 ◦ green 115 ◦ blue 49

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

Shades of Buttered Rum #A07331

Tints of Buttered Rum #A07331

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.49%

 BLUE value IS 49 (19.53% from 255) = 15.12%

R = 49.38%
G = 35.49%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A07331 (or 0xA07331) is known color: Buttered Rum. HEX triplet: A0, 73 and 31. RGB value is (160,115,49). Sum of RGB (Red+Green+Blue) = 160+115+49=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A07331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07331 is #5F8CCE. Grayscale: #797979. Windows color (decimal): -6261967 or 3240864. OLE color: 3240864.

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

Color convert

RGB 160 115 49 -
CMYK 0 0.28 0.69 0.37
HSL 35.68º 0.53% 0.41% -
HSV(B) 35.68º 0.69% 0.63% -
XYZ 21.18 19.96 5.64 -
YUV 120.93 87.41 155.87 -
System Red Green Blue C M Y K H S L
Decimal 160 115 49 0 0.28 0.69 0.37 35.68 0.53 0.41
Hex A0 73 31 0 1C 45 25 24 35 29
Octal 240 163 61 0 34 105 45 44 65 51
Binary 10100000 1110011 110001 0 11100 1000101 100101 100100 110101 101001

Color Harmonies of #A07331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07331

Black with #A07331

Text Example


Text Example

White with #A07331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07331; }

 p { color: rgb(160,115,49); }

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

background-color css

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

 a { background-color: rgb(160,115,49); }

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

border-color css

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

 span { border-color: rgb(160,115,49); }

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