#400504

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

Shades of Seal Brown #400504

Tints of Seal Brown #400504

Color information

#400504 (or 0x400504) is unknown color: approx Seal Brown. HEX triplet: 40, 05 and 04. RGB value is (64,5,4). Sum of RGB (Red+Green+Blue) = 64+5+4=73 (9% of max value = 765). Red value is 64 (25.39% from 255 or 87.67% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 64 - color contains mainly: red. Hex color #400504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400504 is #BFFAFB. Grayscale: #161616. Windows color (decimal): -12581628 or 263488. OLE color: 263488.

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

Color convert

RGB6454-
CMYK00.920.940.75
HSL88.24%13.33%-
HSV(B)93.75%25.1%-
XYZ2.191.210.23-
YUV22.53117.55157.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 87.67%
GREEN value IS 5 (2.34% from 255) = 6.85%
BLUE value IS 4 (1.95% from 255) = 5.48%
R=87.67%
G=6.85%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal645400.920.940.75188.2413.33
Hex405405C5E4B158d
Octal100540134136113113015
Binary10000001011000101110010111101001011110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400504; }

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

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

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

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

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

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

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

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