Html Css Color HEX #A12518 Brown

📋 copy color: '#A12518'

red 161 ◦ green 37 ◦ blue 24

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

Shades of Brown #A12518

Tints of Brown #A12518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

 BLUE value IS 24 (9.77% from 255) = 10.81%

R = 72.52%
G = 16.67%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A12518 (or 0xA12518) is known color: Brown. HEX triplet: A1, 25 and 18. RGB value is (161,37,24). Sum of RGB (Red+Green+Blue) = 161+37+24=222 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.52% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 161 - color contains mainly: red. Hex color #A12518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12518 is #5EDAE7. Grayscale: #484848. Windows color (decimal): -6216424 or 1582497. OLE color: 1582497.

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

Color convert

RGB 161 37 24 -
CMYK 0 0.77 0.85 0.37
HSL 5.69º 0.74% 0.36% -
HSV(B) 5.69º 0.85% 0.63% -
XYZ 15.52 8.97 1.78 -
YUV 72.59 100.58 191.06 -
System Red Green Blue C M Y K H S L
Decimal 161 37 24 0 0.77 0.85 0.37 5.69 0.74 0.36
Hex A1 25 18 0 4D 55 25 6 4A 24
Octal 241 45 30 0 115 125 45 6 112 44
Binary 10100001 100101 11000 0 1001101 1010101 100101 110 1001010 100100

Color Harmonies of #A12518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12518

Black with #A12518

Text Example


Text Example

White with #A12518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12518; }

 p { color: rgb(161,37,24); }

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

background-color css

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

 a { background-color: rgb(161,37,24); }

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

border-color css

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

 span { border-color: rgb(161,37,24); }

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