Html Css Color HEX #401716 Seal Brown

📋 copy color: '#401716'

red 64 ◦ green 23 ◦ blue 22

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

Shades of Seal Brown #401716

Tints of Seal Brown #401716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.1%

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

R = 58.72%
G = 21.1%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#401716 (or 0x401716) is known color: Seal Brown. HEX triplet: 40, 17 and 16. RGB value is (64,23,22). Sum of RGB (Red+Green+Blue) = 64+23+22=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #401716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401716 is #BFE8E9. Grayscale: #232323. Windows color (decimal): -12577002 or 1447744. OLE color: 1447744.

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

Color convert

RGB 64 23 22 -
CMYK 0 0.64 0.66 0.75
HSL 1.43º 0.49% 0.17% -
HSV(B) 1.43º 0.66% 0.25% -
XYZ 2.57 1.76 0.96 -
YUV 35.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 64 23 22 0 0.64 0.66 0.75 1.43 0.49 0.17
Hex 40 17 16 0 40 42 4B 1 31 11
Octal 100 27 26 0 100 102 113 1 61 21
Binary 1000000 10111 10110 0 1000000 1000010 1001011 1 110001 10001

Color Harmonies of #401716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401716

Black with #401716

Text Example


Text Example

White with #401716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401716; }

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

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

background-color css

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

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

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

border-color css

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

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

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