Html Css Color HEX #401611 Seal Brown

📋 copy color: '#401611'

red 64 ◦ green 22 ◦ blue 17

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

Shades of Seal Brown #401611

Tints of Seal Brown #401611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 21.36%

 BLUE value IS 17 (7.03% from 255) = 16.5%

R = 62.14%
G = 21.36%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#401611 (or 0x401611) is known color: Seal Brown. HEX triplet: 40, 16 and 11. RGB value is (64,22,17). Sum of RGB (Red+Green+Blue) = 64+22+17=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #401611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401611 is #BFE9EE. Grayscale: #222222. Windows color (decimal): -12577263 or 1119808. OLE color: 1119808.

HSL color Cylindrical-coordinate representation of color #401611: hue angle of 6.38º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401611 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 22 17 -
CMYK 0 0.66 0.73 0.75
HSL 6.38º 0.58% 0.16% -
HSV(B) 6.38º 0.73% 0.25% -
XYZ 2.5 1.7 0.73 -
YUV 33.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 64 22 17 0 0.66 0.73 0.75 6.38 0.58 0.16
Hex 40 16 11 0 42 49 4B 6 3A 10
Octal 100 26 21 0 102 111 113 6 72 20
Binary 1000000 10110 10001 0 1000010 1001001 1001011 110 111010 10000

Color Harmonies of #401611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401611

Black with #401611

Text Example


Text Example

White with #401611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401611; }

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

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

background-color css

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

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

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

border-color css

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

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

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