#400C04

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

Shades of Seal Brown #400C04

Tints of Seal Brown #400C04

Color information

#400C04 (or 0x400C04) is unknown color: approx Seal Brown. HEX triplet: 40, 0C and 04. RGB value is (64,12,4). Sum of RGB (Red+Green+Blue) = 64+12+4=80 (10% of max value = 765). Red value is 64 (25.39% from 255 or 80% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 4 (1.95% from 255 or 5% from 80); Max value from RGB is 64 - color contains mainly: red. Hex color #400C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C04 is #BFF3FB. Grayscale: #1A1A1A. Windows color (decimal): -12579836 or 265280. OLE color: 265280.

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

Color convert

RGB64124-
CMYK00.810.940.75
HSL88.24%13.33%-
HSV(B)93.75%25.1%-
XYZ2.271.360.26-
YUV26.64115.23154.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 80%
GREEN value IS 12 (5.08% from 255) = 15%
BLUE value IS 4 (1.95% from 255) = 5%
R=80%
G=15%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6412400.810.940.75888.2413.33
Hex40C40515E4B858d
Octal10014401211361131013015
Binary100000011001000101000110111101001011100010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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