#401C1C

Color #401C1C Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #401C1C

Tints of Seal Brown #401C1C

Color information

#401C1C (or 0x401C1C) is unknown color: approx Seal Brown. HEX triplet: 40, 1C and 1C. RGB value is (64,28,28). Sum of RGB (Red+Green+Blue) = 64+28+28=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #401C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C1C is #BFE3E3. Grayscale: #262626. Windows color (decimal): -12575716 or 1842240. OLE color: 1842240.

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

Color convert

RGB642828-
CMYK00.560.560.75
HSL39.13%18.04%-
HSV(B)56.25%25.1%-
XYZ2.7421.34-
YUV38.76121.93146-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.33%
GREEN value IS 28 (11.33% from 255) = 23.33%
BLUE value IS 28 (11.33% from 255) = 23.33%
R=53.33%
G=23.33%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64282800.560.560.75039.1318.04
Hex401C1C038384B02712
Octal10034340707011304722
Binary1000000111001110001110001110001001011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401C1C; }

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

 H1.HeaderClassName
 {
   color: #401C1C;
 }
 .AnyTagClassName
 {
   color: #401C1C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #401C1C;
 }
 .BgClassName
 {
   background-color: #401C1C;
 }
</style>
border-color css

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

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

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