Html Css Color HEX #A12619 Brown

📋 copy color: '#A12619'

red 161 ◦ green 38 ◦ blue 25

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

Shades of Brown #A12619

Tints of Brown #A12619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.96%

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

R = 71.88%
G = 16.96%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A12619 (or 0xA12619) is known color: Brown. HEX triplet: A1, 26 and 19. RGB value is (161,38,25). Sum of RGB (Red+Green+Blue) = 161+38+25=224 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.88% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 161 - color contains mainly: red. Hex color #A12619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12619 is #5ED9E6. Grayscale: #494949. Windows color (decimal): -6216167 or 1648289. OLE color: 1648289.

HSL color Cylindrical-coordinate representation of color #A12619: hue angle of 5.74º 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 #A12619 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 38 25 -
CMYK 0 0.76 0.84 0.37
HSL 5.74º 0.73% 0.36% -
HSV(B) 5.74º 0.84% 0.63% -
XYZ 15.57 9.03 1.84 -
YUV 73.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 161 38 25 0 0.76 0.84 0.37 5.74 0.73 0.36
Hex A1 26 19 0 4C 54 25 6 49 24
Octal 241 46 31 0 114 124 45 6 111 44
Binary 10100001 100110 11001 0 1001100 1010100 100101 110 1001001 100100

Color Harmonies of #A12619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12619

Black with #A12619

Text Example


Text Example

White with #A12619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12619; }

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

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

background-color css

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

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

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

border-color css

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

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

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