#400E02

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

Shades of Seal Brown #400E02

Tints of Seal Brown #400E02

Color information

#400E02 (or 0x400E02) is unknown color: approx Seal Brown. HEX triplet: 40, 0E and 02. RGB value is (64,14,2). Sum of RGB (Red+Green+Blue) = 64+14+2=80 (10% of max value = 765). Red value is 64 (25.39% from 255 or 80% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 64 - color contains mainly: red. Hex color #400E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400E02 is #BFF1FD. Grayscale: #1B1B1B. Windows color (decimal): -12579326 or 134720. OLE color: 134720.

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

Color convert

RGB64142-
CMYK00.780.970.75
HSL11.61º93.94%12.94%-
HSV(B)11.61º96.88%25.1%-
XYZ2.281.410.21-
YUV27.58113.56153.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 80%
GREEN value IS 14 (5.86% from 255) = 17.5%
BLUE value IS 2 (1.17% from 255) = 2.5%
R=80%
G=17.5%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6414200.780.970.7511.6193.9412.94
Hex40E204E614Bc5ed
Octal10016201161411131413615
Binary10000001110100100111011000011001011110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400E02; }

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

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

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

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

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

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

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

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