Html Css Color HEX #401110 Seal Brown

📋 copy color: '#401110'

red 64 ◦ green 17 ◦ blue 16

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

Shades of Seal Brown #401110

Tints of Seal Brown #401110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.53%

 BLUE value IS 16 (6.64% from 255) = 16.49%

R = 65.98%
G = 17.53%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#401110 (or 0x401110) is known color: Seal Brown. HEX triplet: 40, 11 and 10. RGB value is (64,17,16). Sum of RGB (Red+Green+Blue) = 64+17+16=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #401110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401110 is #BFEEEF. Grayscale: #1E1E1E. Windows color (decimal): -12578544 or 1052992. OLE color: 1052992.

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

Color convert

RGB 64 17 16 -
CMYK 0 0.73 0.75 0.75
HSL 1.25º 0.6% 0.16% -
HSV(B) 1.25º 0.75% 0.25% -
XYZ 2.41 1.53 0.66 -
YUV 30.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 64 17 16 0 0.73 0.75 0.75 1.25 0.6 0.16
Hex 40 11 10 0 49 4B 4B 1 3C 10
Octal 100 21 20 0 111 113 113 1 74 20
Binary 1000000 10001 10000 0 1001001 1001011 1001011 1 111100 10000

Color Harmonies of #401110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401110

Black with #401110

Text Example


Text Example

White with #401110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401110; }

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

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

background-color css

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

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

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

border-color css

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

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

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