Html Css Color HEX #A3753C Buttered Rum

📋 copy color: '#A3753C'

red 163 ◦ green 117 ◦ blue 60

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

Shades of Buttered Rum #A3753C

Tints of Buttered Rum #A3753C

RGB

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

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

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

R = 47.94%
G = 34.41%
B = 17.65%

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

#A3753C (or 0xA3753C) is known color: Buttered Rum. HEX triplet: A3, 75 and 3C. RGB value is (163,117,60). Sum of RGB (Red+Green+Blue) = 163+117+60=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3753C is #5C8AC3. Grayscale: #7C7C7C. Windows color (decimal): -6064836 or 3962275. OLE color: 3962275.

HSL color Cylindrical-coordinate representation of color #A3753C: hue angle of 33.2º 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 #A3753C is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 117 60 -
CMYK 0 0.28 0.63 0.36
HSL 33.2º 0.46% 0.44% -
HSV(B) 33.2º 0.63% 0.64% -
XYZ 22.28 20.84 7.12 -
YUV 124.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 163 117 60 0 0.28 0.63 0.36 33.2 0.46 0.44
Hex A3 75 3C 0 1C 3F 24 21 2E 2C
Octal 243 165 74 0 34 77 44 41 56 54
Binary 10100011 1110101 111100 0 11100 111111 100100 100001 101110 101100

Color Harmonies of #A3753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3753C

Black with #A3753C

Text Example


Text Example

White with #A3753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3753C; }

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

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

background-color css

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

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

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

border-color css

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

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

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