Html Css Color HEX #401816 Seal Brown

📋 copy color: '#401816'

red 64 ◦ green 24 ◦ blue 22

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

Shades of Seal Brown #401816

Tints of Seal Brown #401816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.82%

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

R = 58.18%
G = 21.82%
B = 20%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#401816 (or 0x401816) is known color: Seal Brown. HEX triplet: 40, 18 and 16. RGB value is (64,24,22). Sum of RGB (Red+Green+Blue) = 64+24+22=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #401816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401816 is #BFE7E9. Grayscale: #232323. Windows color (decimal): -12576746 or 1448000. OLE color: 1448000.

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

Color convert

RGB 64 24 22 -
CMYK 0 0.62 0.66 0.75
HSL 2.86º 0.49% 0.17% -
HSV(B) 2.86º 0.66% 0.25% -
XYZ 2.59 1.8 0.97 -
YUV 35.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 64 24 22 0 0.62 0.66 0.75 2.86 0.49 0.17
Hex 40 18 16 0 3E 42 4B 3 31 11
Octal 100 30 26 0 76 102 113 3 61 21
Binary 1000000 11000 10110 0 111110 1000010 1001011 11 110001 10001

Color Harmonies of #401816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401816

Black with #401816

Text Example


Text Example

White with #401816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401816; }

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

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

background-color css

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

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

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

border-color css

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

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

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