#400505

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

Shades of Seal Brown #400505

Tints of Seal Brown #400505

Color information

#400505 (or 0x400505) is unknown color: approx Seal Brown. HEX triplet: 40, 05 and 05. RGB value is (64,5,5). Sum of RGB (Red+Green+Blue) = 64+5+5=74 (9% of max value = 765). Red value is 64 (25.39% from 255 or 86.49% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 64 - color contains mainly: red. Hex color #400505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400505 is #BFFAFA. Grayscale: #161616. Windows color (decimal): -12581627 or 329024. OLE color: 329024.

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

Color convert

RGB6455-
CMYK00.920.920.75
HSL85.51%13.53%-
HSV(B)92.19%25.1%-
XYZ2.21.210.26-
YUV22.64118.05157.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 86.49%
GREEN value IS 5 (2.34% from 255) = 6.76%
BLUE value IS 5 (2.34% from 255) = 6.76%
R=86.49%
G=6.76%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal645500.920.920.75085.5113.53
Hex405505C5C4B056e
Octal100550134134113012616
Binary10000001011010101110010111001001011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400505; }

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

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

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

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

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

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

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

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