Html Css Color HEX #A13117 Brown

📋 copy color: '#A13117'

red 161 ◦ green 49 ◦ blue 23

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

Shades of Brown #A13117

Tints of Brown #A13117

RGB

 RED value IS 161 (63.28% from 255) = 69.1%

 GREEN value IS 49 (19.53% from 255) = 21.03%

 BLUE value IS 23 (9.38% from 255) = 9.87%

R = 69.1%
G = 21.03%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A13117 (or 0xA13117) is known color: Brown. HEX triplet: A1, 31 and 17. RGB value is (161,49,23). Sum of RGB (Red+Green+Blue) = 161+49+23=233 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.10% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 161 - color contains mainly: red. Hex color #A13117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13117 is #5ECEE8. Grayscale: #4F4F4F. Windows color (decimal): -6213353 or 1520033. OLE color: 1520033.

HSL color Cylindrical-coordinate representation of color #A13117: hue angle of 11.3º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A13117 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 49 23 -
CMYK 0 0.70 0.86 0.37
HSL 11.3º 0.75% 0.36% -
HSV(B) 11.3º 0.86% 0.63% -
XYZ 15.95 9.84 1.87 -
YUV 79.52 96.11 186.11 -
System Red Green Blue C M Y K H S L
Decimal 161 49 23 0 0.70 0.86 0.37 11.3 0.75 0.36
Hex A1 31 17 0 46 56 25 B 4B 24
Octal 241 61 27 0 106 126 45 13 113 44
Binary 10100001 110001 10111 0 1000110 1010110 100101 1011 1001011 100100

Color Harmonies of #A13117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13117

Black with #A13117

Text Example


Text Example

White with #A13117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13117; }

 p { color: rgb(161,49,23); }

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

background-color css

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

 a { background-color: rgb(161,49,23); }

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

border-color css

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

 span { border-color: rgb(161,49,23); }

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