Html Css Color HEX #A23119 Brown

📋 copy color: '#A23119'

red 162 ◦ green 49 ◦ blue 25

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

Shades of Brown #A23119

Tints of Brown #A23119

RGB

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

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

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

R = 68.64%
G = 20.76%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A23119 (or 0xA23119) is known color: Brown. HEX triplet: A2, 31 and 19. RGB value is (162,49,25). Sum of RGB (Red+Green+Blue) = 162+49+25=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A23119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23119 is #5DCEE6. Grayscale: #505050. Windows color (decimal): -6147815 or 1651106. OLE color: 1651106.

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

Color convert

RGB 162 49 25 -
CMYK 0 0.70 0.85 0.36
HSL 10.51º 0.73% 0.37% -
HSV(B) 10.51º 0.85% 0.64% -
XYZ 16.17 9.95 1.99 -
YUV 80.05 96.94 186.45 -
System Red Green Blue C M Y K H S L
Decimal 162 49 25 0 0.70 0.85 0.36 10.51 0.73 0.37
Hex A2 31 19 0 46 55 24 B 49 25
Octal 242 61 31 0 106 125 44 13 111 45
Binary 10100010 110001 11001 0 1000110 1010101 100100 1011 1001001 100101

Color Harmonies of #A23119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23119

Black with #A23119

Text Example


Text Example

White with #A23119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23119; }

 p { color: rgb(162,49,25); }

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

background-color css

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

 a { background-color: rgb(162,49,25); }

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

border-color css

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

 span { border-color: rgb(162,49,25); }

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