#400604

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

Shades of Seal Brown #400604

Tints of Seal Brown #400604

Color information

#400604 (or 0x400604) is unknown color: approx Seal Brown. HEX triplet: 40, 06 and 04. RGB value is (64,6,4). Sum of RGB (Red+Green+Blue) = 64+6+4=74 (9% of max value = 765). Red value is 64 (25.39% from 255 or 86.49% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 64 - color contains mainly: red. Hex color #400604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400604 is #BFF9FB. Grayscale: #171717. Windows color (decimal): -12581372 or 263744. OLE color: 263744.

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

Color convert

RGB6464-
CMYK00.910.940.75
HSL88.24%13.33%-
HSV(B)93.75%25.1%-
XYZ2.21.230.24-
YUV23.11117.22157.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 86.49%
GREEN value IS 6 (2.73% from 255) = 8.11%
BLUE value IS 4 (1.95% from 255) = 5.41%
R=86.49%
G=8.11%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646400.910.940.75288.2413.33
Hex406405B5E4B258d
Octal100640133136113213015
Binary100000011010001011011101111010010111010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400604; }

 p { color: rgb(64,6,4); }

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

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

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

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

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

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

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