Html Css Color HEX #A37411 Golden Brown

📋 copy color: '#A37411'

red 163 ◦ green 116 ◦ blue 17

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

Shades of Golden Brown #A37411

Tints of Golden Brown #A37411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.74%

R = 55.07%
G = 39.19%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A37411 (or 0xA37411) is known color: Golden Brown. HEX triplet: A3, 74 and 11. RGB value is (163,116,17). Sum of RGB (Red+Green+Blue) = 163+116+17=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A37411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37411 is #5C8BEE. Grayscale: #777777. Windows color (decimal): -6065135 or 1143971. OLE color: 1143971.

HSL color Cylindrical-coordinate representation of color #A37411: hue angle of 40.68º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A37411 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 116 17 -
CMYK 0 0.29 0.90 0.36
HSL 40.68º 0.81% 0.35% -
HSV(B) 40.68º 0.9% 0.64% -
XYZ 21.45 20.32 3.32 -
YUV 118.77 70.57 159.55 -
System Red Green Blue C M Y K H S L
Decimal 163 116 17 0 0.29 0.90 0.36 40.68 0.81 0.35
Hex A3 74 11 0 1D 5A 24 29 51 23
Octal 243 164 21 0 35 132 44 51 121 43
Binary 10100011 1110100 10001 0 11101 1011010 100100 101001 1010001 100011

Color Harmonies of #A37411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37411

Black with #A37411

Text Example


Text Example

White with #A37411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37411; }

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

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

background-color css

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

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

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

border-color css

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

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

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