Html Css Color HEX #A37205 Golden Brown

📋 copy color: '#A37205'

red 163 ◦ green 114 ◦ blue 5

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

Shades of Golden Brown #A37205

Tints of Golden Brown #A37205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.43%

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

R = 57.8%
G = 40.43%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A37205 (or 0xA37205) is known color: Golden Brown. HEX triplet: A3, 72 and 05. RGB value is (163,114,5). Sum of RGB (Red+Green+Blue) = 163+114+5=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A37205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37205 is #5C8DFA. Grayscale: #747474. Windows color (decimal): -6065659 or 357027. OLE color: 357027.

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

Color convert

RGB 163 114 5 -
CMYK 0 0.30 0.97 0.36
HSL 41.39º 0.94% 0.33% -
HSV(B) 41.39º 0.97% 0.64% -
XYZ 21.15 19.83 2.86 -
YUV 116.23 65.23 161.36 -
System Red Green Blue C M Y K H S L
Decimal 163 114 5 0 0.30 0.97 0.36 41.39 0.94 0.33
Hex A3 72 5 0 1E 61 24 29 5E 21
Octal 243 162 5 0 36 141 44 51 136 41
Binary 10100011 1110010 101 0 11110 1100001 100100 101001 1011110 100001

Color Harmonies of #A37205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37205

Black with #A37205

Text Example


Text Example

White with #A37205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37205; }

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

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

background-color css

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

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

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

border-color css

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

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

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