Html Css Color HEX #A36815 Golden Brown

📋 copy color: '#A36815'

red 163 ◦ green 104 ◦ blue 21

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

Shades of Golden Brown #A36815

Tints of Golden Brown #A36815

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.11%

 BLUE value IS 21 (8.59% from 255) = 7.29%

R = 56.6%
G = 36.11%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A36815 (or 0xA36815) is known color: Golden Brown. HEX triplet: A3, 68 and 15. RGB value is (163,104,21). Sum of RGB (Red+Green+Blue) = 163+104+21=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A36815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36815 is #5C97EA. Grayscale: #707070. Windows color (decimal): -6068203 or 1403043. OLE color: 1403043.

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

Color convert

RGB 163 104 21 -
CMYK 0 0.36 0.87 0.36
HSL 35.07º 0.77% 0.36% -
HSV(B) 35.07º 0.87% 0.64% -
XYZ 20.19 17.74 3.07 -
YUV 112.18 76.55 164.25 -
System Red Green Blue C M Y K H S L
Decimal 163 104 21 0 0.36 0.87 0.36 35.07 0.77 0.36
Hex A3 68 15 0 24 57 24 23 4D 24
Octal 243 150 25 0 44 127 44 43 115 44
Binary 10100011 1101000 10101 0 100100 1010111 100100 100011 1001101 100100

Color Harmonies of #A36815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36815

Black with #A36815

Text Example


Text Example

White with #A36815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36815; }

 p { color: rgb(163,104,21); }

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

background-color css

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

 a { background-color: rgb(163,104,21); }

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

border-color css

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

 span { border-color: rgb(163,104,21); }

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