Html Css Color HEX #A13024 Brown

📋 copy color: '#A13024'

red 161 ◦ green 48 ◦ blue 36

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

Shades of Brown #A13024

Tints of Brown #A13024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.69%

R = 65.71%
G = 19.59%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A13024 (or 0xA13024) is known color: Brown. HEX triplet: A1, 30 and 24. RGB value is (161,48,36). Sum of RGB (Red+Green+Blue) = 161+48+36=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A13024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13024 is #5ECFDB. Grayscale: #505050. Windows color (decimal): -6213596 or 2371745. OLE color: 2371745.

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

Color convert

RGB 161 48 36 -
CMYK 0 0.70 0.78 0.37
HSL 5.76º 0.63% 0.39% -
HSV(B) 5.76º 0.78% 0.63% -
XYZ 16.07 9.82 2.72 -
YUV 80.42 102.94 185.48 -
System Red Green Blue C M Y K H S L
Decimal 161 48 36 0 0.70 0.78 0.37 5.76 0.63 0.39
Hex A1 30 24 0 46 4E 25 6 3F 27
Octal 241 60 44 0 106 116 45 6 77 47
Binary 10100001 110000 100100 0 1000110 1001110 100101 110 111111 100111

Color Harmonies of #A13024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13024

Black with #A13024

Text Example


Text Example

White with #A13024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13024; }

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

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

background-color css

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

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

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

border-color css

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

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

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