Html Css Color HEX #A3763C Buttered Rum

📋 copy color: '#A3763C'

red 163 ◦ green 118 ◦ blue 60

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

Shades of Buttered Rum #A3763C

Tints of Buttered Rum #A3763C

RGB

 RED value IS 163 (64.06% from 255) = 47.8%

 GREEN value IS 118 (46.48% from 255) = 34.6%

 BLUE value IS 60 (23.83% from 255) = 17.6%

R = 47.8%
G = 34.6%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3763C (or 0xA3763C) is known color: Buttered Rum. HEX triplet: A3, 76 and 3C. RGB value is (163,118,60). Sum of RGB (Red+Green+Blue) = 163+118+60=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A3763C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3763C is #5C89C3. Grayscale: #7D7D7D. Windows color (decimal): -6064580 or 3962531. OLE color: 3962531.

HSL color Cylindrical-coordinate representation of color #A3763C: hue angle of 33.79º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3763C is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 118 60 -
CMYK 0 0.28 0.63 0.36
HSL 33.79º 0.46% 0.44% -
HSV(B) 33.79º 0.63% 0.64% -
XYZ 22.4 21.07 7.16 -
YUV 124.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 163 118 60 0 0.28 0.63 0.36 33.79 0.46 0.44
Hex A3 76 3C 0 1C 3F 24 22 2E 2C
Octal 243 166 74 0 34 77 44 42 56 54
Binary 10100011 1110110 111100 0 11100 111111 100100 100010 101110 101100

Color Harmonies of #A3763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3763C

Black with #A3763C

Text Example


Text Example

White with #A3763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3763C; }

 p { color: rgb(163,118,60); }

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

background-color css

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

 a { background-color: rgb(163,118,60); }

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

border-color css

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

 span { border-color: rgb(163,118,60); }

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