Html Css Color HEX #A37511 Golden Brown

📋 copy color: '#A37511'

red 163 ◦ green 117 ◦ blue 17

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

Shades of Golden Brown #A37511

Tints of Golden Brown #A37511

RGB

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

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

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

R = 54.88%
G = 39.39%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A37511 (or 0xA37511) is known color: Golden Brown. HEX triplet: A3, 75 and 11. RGB value is (163,117,17). Sum of RGB (Red+Green+Blue) = 163+117+17=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A37511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37511 is #5C8AEE. Grayscale: #777777. Windows color (decimal): -6064879 or 1144227. OLE color: 1144227.

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

Color convert

RGB 163 117 17 -
CMYK 0 0.28 0.90 0.36
HSL 41.1º 0.81% 0.35% -
HSV(B) 41.1º 0.9% 0.64% -
XYZ 21.57 20.55 3.36 -
YUV 119.35 70.24 159.13 -
System Red Green Blue C M Y K H S L
Decimal 163 117 17 0 0.28 0.90 0.36 41.1 0.81 0.35
Hex A3 75 11 0 1C 5A 24 29 51 23
Octal 243 165 21 0 34 132 44 51 121 43
Binary 10100011 1110101 10001 0 11100 1011010 100100 101001 1010001 100011

Color Harmonies of #A37511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37511

Black with #A37511

Text Example


Text Example

White with #A37511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37511; }

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

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

background-color css

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

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

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

border-color css

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

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

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