Html Css Color HEX #A27313 Golden Brown

📋 copy color: '#A27313'

red 162 ◦ green 115 ◦ blue 19

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

Shades of Golden Brown #A27313

Tints of Golden Brown #A27313

RGB

 RED value IS 162 (63.67% from 255) = 54.73%

 GREEN value IS 115 (45.31% from 255) = 38.85%

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 54.73%
G = 38.85%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A27313 (or 0xA27313) is known color: Golden Brown. HEX triplet: A2, 73 and 13. RGB value is (162,115,19). Sum of RGB (Red+Green+Blue) = 162+115+19=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A27313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27313 is #5D8CEC. Grayscale: #767676. Windows color (decimal): -6130925 or 1274786. OLE color: 1274786.

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

Color convert

RGB 162 115 19 -
CMYK 0 0.29 0.88 0.36
HSL 40.28º 0.79% 0.35% -
HSV(B) 40.28º 0.88% 0.64% -
XYZ 21.15 19.99 3.36 -
YUV 118.11 72.07 159.31 -
System Red Green Blue C M Y K H S L
Decimal 162 115 19 0 0.29 0.88 0.36 40.28 0.79 0.35
Hex A2 73 13 0 1D 58 24 28 4F 23
Octal 242 163 23 0 35 130 44 50 117 43
Binary 10100010 1110011 10011 0 11101 1011000 100100 101000 1001111 100011

Color Harmonies of #A27313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27313

Black with #A27313

Text Example


Text Example

White with #A27313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27313; }

 p { color: rgb(162,115,19); }

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

background-color css

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

 a { background-color: rgb(162,115,19); }

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

border-color css

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

 span { border-color: rgb(162,115,19); }

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