Html Css Color HEX #A37504 Golden Brown

📋 copy color: '#A37504'

red 163 ◦ green 117 ◦ blue 4

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

Shades of Golden Brown #A37504

Tints of Golden Brown #A37504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.41%

R = 57.39%
G = 41.2%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A37504 (or 0xA37504) is known color: Golden Brown. HEX triplet: A3, 75 and 04. RGB value is (163,117,4). Sum of RGB (Red+Green+Blue) = 163+117+4=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A37504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37504 is #5C8AFB. Grayscale: #767676. Windows color (decimal): -6064892 or 292259. OLE color: 292259.

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

Color convert

RGB 163 117 4 -
CMYK 0 0.28 0.98 0.36
HSL 42.64º 0.95% 0.33% -
HSV(B) 42.64º 0.98% 0.64% -
XYZ 21.49 20.52 2.94 -
YUV 117.87 63.74 160.19 -
System Red Green Blue C M Y K H S L
Decimal 163 117 4 0 0.28 0.98 0.36 42.64 0.95 0.33
Hex A3 75 4 0 1C 62 24 2B 5F 21
Octal 243 165 4 0 34 142 44 53 137 41
Binary 10100011 1110101 100 0 11100 1100010 100100 101011 1011111 100001

Color Harmonies of #A37504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37504

Black with #A37504

Text Example


Text Example

White with #A37504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37504; }

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

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

background-color css

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

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

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

border-color css

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

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

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