Html Css Color HEX #A13426 Brown

📋 copy color: '#A13426'

red 161 ◦ green 52 ◦ blue 38

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

Shades of Brown #A13426

Tints of Brown #A13426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.72%

 BLUE value IS 38 (15.23% from 255) = 15.14%

R = 64.14%
G = 20.72%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A13426 (or 0xA13426) is known color: Brown. HEX triplet: A1, 34 and 26. RGB value is (161,52,38). Sum of RGB (Red+Green+Blue) = 161+52+38=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A13426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13426 is #5ECBD9. Grayscale: #535353. Windows color (decimal): -6212570 or 2503841. OLE color: 2503841.

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

Color convert

RGB 161 52 38 -
CMYK 0 0.68 0.76 0.37
HSL 6.83º 0.62% 0.39% -
HSV(B) 6.83º 0.76% 0.63% -
XYZ 16.28 10.17 2.94 -
YUV 83 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 161 52 38 0 0.68 0.76 0.37 6.83 0.62 0.39
Hex A1 34 26 0 44 4C 25 7 3E 27
Octal 241 64 46 0 104 114 45 7 76 47
Binary 10100001 110100 100110 0 1000100 1001100 100101 111 111110 100111

Color Harmonies of #A13426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13426

Black with #A13426

Text Example


Text Example

White with #A13426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13426; }

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

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

background-color css

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

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

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

border-color css

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

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

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