Html Css Color HEX #A0752D Buttered Rum

📋 copy color: '#A0752D'

red 160 ◦ green 117 ◦ blue 45

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

Shades of Buttered Rum #A0752D

Tints of Buttered Rum #A0752D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.34%

 BLUE value IS 45 (17.97% from 255) = 13.98%

R = 49.69%
G = 36.34%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0752D (or 0xA0752D) is known color: Buttered Rum. HEX triplet: A0, 75 and 2D. RGB value is (160,117,45). Sum of RGB (Red+Green+Blue) = 160+117+45=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0752D is #5F8AD2. Grayscale: #797979. Windows color (decimal): -6261459 or 2979232. OLE color: 2979232.

HSL color Cylindrical-coordinate representation of color #A0752D: hue angle of 37.57º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0752D is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 117 45 -
CMYK 0 0.27 0.72 0.37
HSL 37.57º 0.56% 0.4% -
HSV(B) 37.57º 0.72% 0.63% -
XYZ 21.33 20.39 5.29 -
YUV 121.65 84.75 155.35 -
System Red Green Blue C M Y K H S L
Decimal 160 117 45 0 0.27 0.72 0.37 37.57 0.56 0.4
Hex A0 75 2D 0 1B 48 25 26 38 28
Octal 240 165 55 0 33 110 45 46 70 50
Binary 10100000 1110101 101101 0 11011 1001000 100101 100110 111000 101000

Color Harmonies of #A0752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0752D

Black with #A0752D

Text Example


Text Example

White with #A0752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0752D; }

 p { color: rgb(160,117,45); }

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

background-color css

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

 a { background-color: rgb(160,117,45); }

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

border-color css

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

 span { border-color: rgb(160,117,45); }

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