Html Css Color HEX #A13015 Brown

📋 copy color: '#A13015'

red 161 ◦ green 48 ◦ blue 21

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

Shades of Brown #A13015

Tints of Brown #A13015

RGB

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

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

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

R = 70%
G = 20.87%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A13015 (or 0xA13015) is known color: Brown. HEX triplet: A1, 30 and 15. RGB value is (161,48,21). Sum of RGB (Red+Green+Blue) = 161+48+21=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A13015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13015 is #5ECFEA. Grayscale: #4E4E4E. Windows color (decimal): -6213611 or 1388705. OLE color: 1388705.

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

Color convert

RGB 161 48 21 -
CMYK 0 0.70 0.87 0.37
HSL 11.57º 0.77% 0.36% -
HSV(B) 11.57º 0.87% 0.63% -
XYZ 15.89 9.75 1.75 -
YUV 78.71 95.44 186.7 -
System Red Green Blue C M Y K H S L
Decimal 161 48 21 0 0.70 0.87 0.37 11.57 0.77 0.36
Hex A1 30 15 0 46 57 25 C 4D 24
Octal 241 60 25 0 106 127 45 14 115 44
Binary 10100001 110000 10101 0 1000110 1010111 100101 1100 1001101 100100

Color Harmonies of #A13015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13015

Black with #A13015

Text Example


Text Example

White with #A13015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13015; }

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

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

background-color css

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

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

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

border-color css

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

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

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