Html Css Color HEX #A37201 Golden Brown

📋 copy color: '#A37201'

red 163 ◦ green 114 ◦ blue 1

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

Shades of Golden Brown #A37201

Tints of Golden Brown #A37201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 58.63%
G = 41.01%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A37201 (or 0xA37201) is known color: Golden Brown. HEX triplet: A3, 72 and 01. RGB value is (163,114,1). Sum of RGB (Red+Green+Blue) = 163+114+1=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A37201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37201 is #5C8DFE. Grayscale: #747474. Windows color (decimal): -6065663 or 94883. OLE color: 94883.

HSL color Cylindrical-coordinate representation of color #A37201: hue angle of 41.85º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A37201 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 114 1 -
CMYK 0 0.30 0.99 0.36
HSL 41.85º 0.99% 0.32% -
HSV(B) 41.85º 0.99% 0.64% -
XYZ 21.13 19.82 2.74 -
YUV 115.77 63.23 161.69 -
System Red Green Blue C M Y K H S L
Decimal 163 114 1 0 0.30 0.99 0.36 41.85 0.99 0.32
Hex A3 72 1 0 1E 63 24 2A 63 20
Octal 243 162 1 0 36 143 44 52 143 40
Binary 10100011 1110010 1 0 11110 1100011 100100 101010 1100011 100000

Color Harmonies of #A37201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37201

Black with #A37201

Text Example


Text Example

White with #A37201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37201; }

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

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

background-color css

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

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

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

border-color css

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

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

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