Html Css Color HEX #401111 Seal Brown

📋 copy color: '#401111'

red 64 ◦ green 17 ◦ blue 17

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

Shades of Seal Brown #401111

Tints of Seal Brown #401111

RGB

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

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

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

R = 65.31%
G = 17.35%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#401111 (or 0x401111) is known color: Seal Brown. HEX triplet: 40, 11 and 11. RGB value is (64,17,17). Sum of RGB (Red+Green+Blue) = 64+17+17=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #401111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401111 is #BFEEEE. Grayscale: #1F1F1F. Windows color (decimal): -12578543 or 1118528. OLE color: 1118528.

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

Color convert

RGB 64 17 17 -
CMYK 0 0.73 0.73 0.75
HSL 0.58% 0.16% -
HSV(B) 0.73% 0.25% -
XYZ 2.42 1.53 0.7 -
YUV 31.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 64 17 17 0 0.73 0.73 0.75 0 0.58 0.16
Hex 40 11 11 0 49 49 4B 0 3A 10
Octal 100 21 21 0 111 111 113 0 72 20
Binary 1000000 10001 10001 0 1001001 1001001 1001011 0 111010 10000

Color Harmonies of #401111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401111

Black with #401111

Text Example


Text Example

White with #401111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401111; }

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

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

background-color css

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

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

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

border-color css

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

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

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