Html Css Color HEX #401916 Seal Brown

📋 copy color: '#401916'

red 64 ◦ green 25 ◦ blue 22

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

Shades of Seal Brown #401916

Tints of Seal Brown #401916

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.52%

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

R = 57.66%
G = 22.52%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#401916 (or 0x401916) is known color: Seal Brown. HEX triplet: 40, 19 and 16. RGB value is (64,25,22). Sum of RGB (Red+Green+Blue) = 64+25+22=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #401916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401916 is #BFE6E9. Grayscale: #242424. Windows color (decimal): -12576490 or 1448256. OLE color: 1448256.

HSL color Cylindrical-coordinate representation of color #401916: hue angle of 4.29º 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 #401916 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 25 22 -
CMYK 0 0.61 0.66 0.75
HSL 4.29º 0.49% 0.17% -
HSV(B) 4.29º 0.66% 0.25% -
XYZ 2.61 1.84 0.98 -
YUV 36.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 64 25 22 0 0.61 0.66 0.75 4.29 0.49 0.17
Hex 40 19 16 0 3D 42 4B 4 31 11
Octal 100 31 26 0 75 102 113 4 61 21
Binary 1000000 11001 10110 0 111101 1000010 1001011 100 110001 10001

Color Harmonies of #401916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401916

Black with #401916

Text Example


Text Example

White with #401916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401916; }

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

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

background-color css

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

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

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

border-color css

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

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

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