Html Css Color HEX #A0753D Buttered Rum

📋 copy color: '#A0753D'

red 160 ◦ green 117 ◦ blue 61

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

Shades of Buttered Rum #A0753D

Tints of Buttered Rum #A0753D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.05%

R = 47.34%
G = 34.62%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0753D (or 0xA0753D) is known color: Buttered Rum. HEX triplet: A0, 75 and 3D. RGB value is (160,117,61). Sum of RGB (Red+Green+Blue) = 160+117+61=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0753D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0753D is #5F8AC2. Grayscale: #7B7B7B. Windows color (decimal): -6261443 or 4027808. OLE color: 4027808.

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

Color convert

RGB 160 117 61 -
CMYK 0 0.27 0.62 0.37
HSL 33.94º 0.45% 0.43% -
HSV(B) 33.94º 0.62% 0.63% -
XYZ 21.7 20.53 7.23 -
YUV 123.47 92.75 154.05 -
System Red Green Blue C M Y K H S L
Decimal 160 117 61 0 0.27 0.62 0.37 33.94 0.45 0.43
Hex A0 75 3D 0 1B 3E 25 22 2D 2B
Octal 240 165 75 0 33 76 45 42 55 53
Binary 10100000 1110101 111101 0 11011 111110 100101 100010 101101 101011

Color Harmonies of #A0753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0753D

Black with #A0753D

Text Example


Text Example

White with #A0753D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0753D; }

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

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

background-color css

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

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

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

border-color css

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

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

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