Html Css Color HEX #A36D1B Golden Brown

📋 copy color: '#A36D1B'

red 163 ◦ green 109 ◦ blue 27

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

Shades of Golden Brown #A36D1B

Tints of Golden Brown #A36D1B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.45%

 BLUE value IS 27 (10.94% from 255) = 9.03%

R = 54.52%
G = 36.45%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A36D1B (or 0xA36D1B) is known color: Golden Brown. HEX triplet: A3, 6D and 1B. RGB value is (163,109,27). Sum of RGB (Red+Green+Blue) = 163+109+27=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36D1B is #5C92E4. Grayscale: #747474. Windows color (decimal): -6066917 or 1797539. OLE color: 1797539.

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

Color convert

RGB 163 109 27 -
CMYK 0 0.33 0.83 0.36
HSL 36.18º 0.72% 0.37% -
HSV(B) 36.18º 0.83% 0.64% -
XYZ 20.77 18.8 3.57 -
YUV 115.8 77.89 161.67 -
System Red Green Blue C M Y K H S L
Decimal 163 109 27 0 0.33 0.83 0.36 36.18 0.72 0.37
Hex A3 6D 1B 0 21 53 24 24 48 25
Octal 243 155 33 0 41 123 44 44 110 45
Binary 10100011 1101101 11011 0 100001 1010011 100100 100100 1001000 100101

Color Harmonies of #A36D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36D1B

Black with #A36D1B

Text Example


Text Example

White with #A36D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36D1B; }

 p { color: rgb(163,109,27); }

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

background-color css

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

 a { background-color: rgb(163,109,27); }

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

border-color css

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

 span { border-color: rgb(163,109,27); }

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