#401102

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

Shades of Seal Brown #401102

Tints of Seal Brown #401102

Color information

#401102 (or 0x401102) is unknown color: approx Seal Brown. HEX triplet: 40, 11 and 02. RGB value is (64,17,2). Sum of RGB (Red+Green+Blue) = 64+17+2=83 (10% of max value = 765). Red value is 64 (25.39% from 255 or 77.11% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 64 - color contains mainly: red. Hex color #401102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401102 is #BFEEFD. Grayscale: #1D1D1D. Windows color (decimal): -12578558 or 135488. OLE color: 135488.

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

Color convert

RGB64172-
CMYK00.730.970.75
HSL14.52º93.94%12.94%-
HSV(B)14.52º96.88%25.1%-
XYZ2.331.50.22-
YUV29.34112.57152.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 77.11%
GREEN value IS 17 (7.03% from 255) = 20.48%
BLUE value IS 2 (1.17% from 255) = 2.41%
R=77.11%
G=20.48%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6417200.730.970.7514.5293.9412.94
Hex40112049614Bf5ed
Octal10021201111411131713615
Binary100000010001100100100111000011001011111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401102; }

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

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

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

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

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

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

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

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