Html Css Color HEX #A37405 Golden Brown

📋 copy color: '#A37405'

red 163 ◦ green 116 ◦ blue 5

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

Shades of Golden Brown #A37405

Tints of Golden Brown #A37405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.76%

R = 57.39%
G = 40.85%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A37405 (or 0xA37405) is known color: Golden Brown. HEX triplet: A3, 74 and 05. RGB value is (163,116,5). Sum of RGB (Red+Green+Blue) = 163+116+5=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A37405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37405 is #5C8BFA. Grayscale: #757575. Windows color (decimal): -6065147 or 357539. OLE color: 357539.

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

Color convert

RGB 163 116 5 -
CMYK 0 0.29 0.97 0.36
HSL 42.15º 0.94% 0.33% -
HSV(B) 42.15º 0.97% 0.64% -
XYZ 21.38 20.29 2.93 -
YUV 117.4 64.57 160.53 -
System Red Green Blue C M Y K H S L
Decimal 163 116 5 0 0.29 0.97 0.36 42.15 0.94 0.33
Hex A3 74 5 0 1D 61 24 2A 5E 21
Octal 243 164 5 0 35 141 44 52 136 41
Binary 10100011 1110100 101 0 11101 1100001 100100 101010 1011110 100001

Color Harmonies of #A37405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37405

Black with #A37405

Text Example


Text Example

White with #A37405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37405; }

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

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

background-color css

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

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

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

border-color css

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

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

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