Html Css Color HEX #A12419 Brown

📋 copy color: '#A12419'

red 161 ◦ green 36 ◦ blue 25

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

Shades of Brown #A12419

Tints of Brown #A12419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.22%

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

R = 72.52%
G = 16.22%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A12419 (or 0xA12419) is known color: Brown. HEX triplet: A1, 24 and 19. RGB value is (161,36,25). Sum of RGB (Red+Green+Blue) = 161+36+25=222 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.52% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 161 - color contains mainly: red. Hex color #A12419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12419 is #5EDBE6. Grayscale: #484848. Windows color (decimal): -6216679 or 1647777. OLE color: 1647777.

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

Color convert

RGB 161 36 25 -
CMYK 0 0.78 0.84 0.37
HSL 4.85º 0.73% 0.36% -
HSV(B) 4.85º 0.84% 0.63% -
XYZ 15.5 8.91 1.82 -
YUV 72.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 161 36 25 0 0.78 0.84 0.37 4.85 0.73 0.36
Hex A1 24 19 0 4E 54 25 5 49 24
Octal 241 44 31 0 116 124 45 5 111 44
Binary 10100001 100100 11001 0 1001110 1010100 100101 101 1001001 100100

Color Harmonies of #A12419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12419

Black with #A12419

Text Example


Text Example

White with #A12419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12419; }

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

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

background-color css

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

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

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

border-color css

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

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

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