#401C1B

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

Shades of Seal Brown #401C1B

Tints of Seal Brown #401C1B

Color information

#401C1B (or 0x401C1B) is unknown color: approx Seal Brown. HEX triplet: 40, 1C and 1B. RGB value is (64,28,27). Sum of RGB (Red+Green+Blue) = 64+28+27=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #401C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C1B is #BFE3E4. Grayscale: #262626. Windows color (decimal): -12575717 or 1776704. OLE color: 1776704.

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

Color convert

RGB642827-
CMYK00.560.580.75
HSL1.62º40.66%17.84%-
HSV(B)1.62º57.81%25.1%-
XYZ2.7321.28-
YUV38.65121.43146.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 28 (11.33% from 255) = 23.53%
BLUE value IS 27 (10.94% from 255) = 22.69%
R=53.78%
G=23.53%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64282700.560.580.751.6240.6617.84
Hex401C1B0383A4B22912
Octal10034330707211325122
Binary10000001110011011011100011101010010111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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