Html Css Color HEX #401A16 Seal Brown

📋 copy color: '#401A16'

red 64 ◦ green 26 ◦ blue 22

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

Shades of Seal Brown #401A16

Tints of Seal Brown #401A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 19.64%

R = 57.14%
G = 23.21%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#401A16 (or 0x401A16) is known color: Seal Brown. HEX triplet: 40, 1A and 16. RGB value is (64,26,22). Sum of RGB (Red+Green+Blue) = 64+26+22=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #401A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A16 is #BFE5E9. Grayscale: #242424. Windows color (decimal): -12576234 or 1448512. OLE color: 1448512.

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

Color convert

RGB 64 26 22 -
CMYK 0 0.59 0.66 0.75
HSL 5.71º 0.49% 0.17% -
HSV(B) 5.71º 0.66% 0.25% -
XYZ 2.63 1.89 0.98 -
YUV 36.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 64 26 22 0 0.59 0.66 0.75 5.71 0.49 0.17
Hex 40 1A 16 0 3B 42 4B 6 31 11
Octal 100 32 26 0 73 102 113 6 61 21
Binary 1000000 11010 10110 0 111011 1000010 1001011 110 110001 10001

Color Harmonies of #401A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A16

Black with #401A16

Text Example


Text Example

White with #401A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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