Html Css Color HEX #A07835 Buttered Rum

📋 copy color: '#A07835'

red 160 ◦ green 120 ◦ blue 53

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

Shades of Buttered Rum #A07835

Tints of Buttered Rum #A07835

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.04%

 BLUE value IS 53 (21.09% from 255) = 15.92%

R = 48.05%
G = 36.04%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A07835 (or 0xA07835) is known color: Buttered Rum. HEX triplet: A0, 78 and 35. RGB value is (160,120,53). Sum of RGB (Red+Green+Blue) = 160+120+53=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A07835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07835 is #5F87CA. Grayscale: #7C7C7C. Windows color (decimal): -6260683 or 3504288. OLE color: 3504288.

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

Color convert

RGB 160 120 53 -
CMYK 0 0.25 0.67 0.37
HSL 37.57º 0.5% 0.42% -
HSV(B) 37.57º 0.67% 0.63% -
XYZ 21.86 21.16 6.3 -
YUV 124.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 160 120 53 0 0.25 0.67 0.37 37.57 0.5 0.42
Hex A0 78 35 0 19 43 25 26 32 2A
Octal 240 170 65 0 31 103 45 46 62 52
Binary 10100000 1111000 110101 0 11001 1000011 100101 100110 110010 101010

Color Harmonies of #A07835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07835

Black with #A07835

Text Example


Text Example

White with #A07835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07835; }

 p { color: rgb(160,120,53); }

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

background-color css

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

 a { background-color: rgb(160,120,53); }

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

border-color css

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

 span { border-color: rgb(160,120,53); }

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