#400C05

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

Shades of Seal Brown #400C05

Tints of Seal Brown #400C05

Color information

#400C05 (or 0x400C05) is unknown color: approx Seal Brown. HEX triplet: 40, 0C and 05. RGB value is (64,12,5). Sum of RGB (Red+Green+Blue) = 64+12+5=81 (10% of max value = 765). Red value is 64 (25.39% from 255 or 79.01% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 64 - color contains mainly: red. Hex color #400C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C05 is #BFF3FA. Grayscale: #1A1A1A. Windows color (decimal): -12579835 or 330816. OLE color: 330816.

HSL color Cylindrical-coordinate representation of color #400C05: hue angle of 7.12º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400C05 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB64125-
CMYK00.810.920.75
HSL7.12º85.51%13.53%-
HSV(B)7.12º92.19%25.1%-
XYZ2.271.360.29-
YUV26.75115.73154.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 79.01%
GREEN value IS 12 (5.08% from 255) = 14.81%
BLUE value IS 5 (2.34% from 255) = 6.17%
R=79.01%
G=14.81%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6412500.810.920.757.1285.5113.53
Hex40C50515C4B756e
Octal1001450121134113712616
Binary10000001100101010100011011100100101111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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