Html Css Color HEX #A3740C Golden Brown

📋 copy color: '#A3740C'

red 163 ◦ green 116 ◦ blue 12

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

Shades of Golden Brown #A3740C

Tints of Golden Brown #A3740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.86%

 BLUE value IS 12 (5.08% from 255) = 4.12%

R = 56.01%
G = 39.86%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A3740C (or 0xA3740C) is known color: Golden Brown. HEX triplet: A3, 74 and 0C. RGB value is (163,116,12). Sum of RGB (Red+Green+Blue) = 163+116+12=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A3740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3740C is #5C8BF3. Grayscale: #767676. Windows color (decimal): -6065140 or 816291. OLE color: 816291.

HSL color Cylindrical-coordinate representation of color #A3740C: hue angle of 41.32º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3740C is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 116 12 -
CMYK 0 0.29 0.93 0.36
HSL 41.32º 0.86% 0.34% -
HSV(B) 41.32º 0.93% 0.64% -
XYZ 21.42 20.3 3.14 -
YUV 118.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 163 116 12 0 0.29 0.93 0.36 41.32 0.86 0.34
Hex A3 74 C 0 1D 5D 24 29 56 22
Octal 243 164 14 0 35 135 44 51 126 42
Binary 10100011 1110100 1100 0 11101 1011101 100100 101001 1010110 100010

Color Harmonies of #A3740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3740C

Black with #A3740C

Text Example


Text Example

White with #A3740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3740C; }

 p { color: rgb(163,116,12); }

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

background-color css

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

 a { background-color: rgb(163,116,12); }

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

border-color css

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

 span { border-color: rgb(163,116,12); }

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