Html Css Color HEX #A37304 Golden Brown

📋 copy color: '#A37304'

red 163 ◦ green 115 ◦ blue 4

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

Shades of Golden Brown #A37304

Tints of Golden Brown #A37304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.78%

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

R = 57.8%
G = 40.78%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A37304 (or 0xA37304) is known color: Golden Brown. HEX triplet: A3, 73 and 04. RGB value is (163,115,4). Sum of RGB (Red+Green+Blue) = 163+115+4=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A37304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37304 is #5C8CFB. Grayscale: #757575. Windows color (decimal): -6065404 or 291747. OLE color: 291747.

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

Color convert

RGB 163 115 4 -
CMYK 0 0.29 0.98 0.36
HSL 41.89º 0.95% 0.33% -
HSV(B) 41.89º 0.98% 0.64% -
XYZ 21.26 20.06 2.87 -
YUV 116.7 64.4 161.03 -
System Red Green Blue C M Y K H S L
Decimal 163 115 4 0 0.29 0.98 0.36 41.89 0.95 0.33
Hex A3 73 4 0 1D 62 24 2A 5F 21
Octal 243 163 4 0 35 142 44 52 137 41
Binary 10100011 1110011 100 0 11101 1100010 100100 101010 1011111 100001

Color Harmonies of #A37304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37304

Black with #A37304

Text Example


Text Example

White with #A37304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37304; }

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

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

background-color css

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

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

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

border-color css

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

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

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