Html Css Color HEX #401A19 Seal Brown

📋 copy color: '#401A19'

red 64 ◦ green 26 ◦ blue 25

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

Shades of Seal Brown #401A19

Tints of Seal Brown #401A19

RGB

 RED value IS 64 (25.39% from 255) = 55.65%

 GREEN value IS 26 (10.55% from 255) = 22.61%

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

R = 55.65%
G = 22.61%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#401A19 (or 0x401A19) is known color: Seal Brown. HEX triplet: 40, 1A and 19. RGB value is (64,26,25). Sum of RGB (Red+Green+Blue) = 64+26+25=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #401A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A19 is #BFE5E6. Grayscale: #252525. Windows color (decimal): -12576231 or 1645120. OLE color: 1645120.

HSL color Cylindrical-coordinate representation of color #401A19: hue angle of 1.54º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #401A19 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 26 25 -
CMYK 0 0.59 0.61 0.75
HSL 1.54º 0.44% 0.17% -
HSV(B) 1.54º 0.61% 0.25% -
XYZ 2.66 1.9 1.15 -
YUV 37.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 64 26 25 0 0.59 0.61 0.75 1.54 0.44 0.17
Hex 40 1A 19 0 3B 3D 4B 2 2C 11
Octal 100 32 31 0 73 75 113 2 54 21
Binary 1000000 11010 11001 0 111011 111101 1001011 10 101100 10001

Color Harmonies of #401A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A19

Black with #401A19

Text Example


Text Example

White with #401A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401A19; }

 p { color: rgb(64,26,25); }

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

background-color css

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

 a { background-color: rgb(64,26,25); }

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

border-color css

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

 span { border-color: rgb(64,26,25); }

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