Html Css Color HEX #A07330 Buttered Rum

📋 copy color: '#A07330'

red 160 ◦ green 115 ◦ blue 48

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

Shades of Buttered Rum #A07330

Tints of Buttered Rum #A07330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.86%

R = 49.54%
G = 35.6%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A07330 (or 0xA07330) is known color: Buttered Rum. HEX triplet: A0, 73 and 30. RGB value is (160,115,48). Sum of RGB (Red+Green+Blue) = 160+115+48=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A07330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07330 is #5F8CCF. Grayscale: #797979. Windows color (decimal): -6261968 or 3175328. OLE color: 3175328.

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

Color convert

RGB 160 115 48 -
CMYK 0 0.28 0.70 0.37
HSL 35.89º 0.54% 0.41% -
HSV(B) 35.89º 0.7% 0.63% -
XYZ 21.16 19.95 5.53 -
YUV 120.82 86.91 155.95 -
System Red Green Blue C M Y K H S L
Decimal 160 115 48 0 0.28 0.70 0.37 35.89 0.54 0.41
Hex A0 73 30 0 1C 46 25 24 36 29
Octal 240 163 60 0 34 106 45 44 66 51
Binary 10100000 1110011 110000 0 11100 1000110 100101 100100 110110 101001

Color Harmonies of #A07330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07330

Black with #A07330

Text Example


Text Example

White with #A07330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07330; }

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

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

background-color css

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

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

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

border-color css

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

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

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