Html Css Color HEX #A13019 Brown

📋 copy color: '#A13019'

red 161 ◦ green 48 ◦ blue 25

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

Shades of Brown #A13019

Tints of Brown #A13019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.51%

 BLUE value IS 25 (10.16% from 255) = 10.68%

R = 68.8%
G = 20.51%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A13019 (or 0xA13019) is known color: Brown. HEX triplet: A1, 30 and 19. RGB value is (161,48,25). Sum of RGB (Red+Green+Blue) = 161+48+25=234 (30% of max value = 765). Red value is 161 (63.28% from 255 or 68.80% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 161 - color contains mainly: red. Hex color #A13019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13019 is #5ECFE6. Grayscale: #4F4F4F. Windows color (decimal): -6213607 or 1650849. OLE color: 1650849.

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

Color convert

RGB 161 48 25 -
CMYK 0 0.70 0.84 0.37
HSL 10.15º 0.73% 0.36% -
HSV(B) 10.15º 0.84% 0.63% -
XYZ 15.93 9.76 1.96 -
YUV 79.17 97.44 186.37 -
System Red Green Blue C M Y K H S L
Decimal 161 48 25 0 0.70 0.84 0.37 10.15 0.73 0.36
Hex A1 30 19 0 46 54 25 A 49 24
Octal 241 60 31 0 106 124 45 12 111 44
Binary 10100001 110000 11001 0 1000110 1010100 100101 1010 1001001 100100

Color Harmonies of #A13019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13019

Black with #A13019

Text Example


Text Example

White with #A13019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13019; }

 p { color: rgb(161,48,25); }

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

background-color css

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

 a { background-color: rgb(161,48,25); }

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

border-color css

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

 span { border-color: rgb(161,48,25); }

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