#401205

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

Shades of Seal Brown #401205

Tints of Seal Brown #401205

Color information

#401205 (or 0x401205) is unknown color: approx Seal Brown. HEX triplet: 40, 12 and 05. RGB value is (64,18,5). Sum of RGB (Red+Green+Blue) = 64+18+5=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #401205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401205 is #BFEDFA. Grayscale: #1E1E1E. Windows color (decimal): -12578299 or 332352. OLE color: 332352.

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

Color convert

RGB64185-
CMYK00.720.920.75
HSL13.22º85.51%13.53%-
HSV(B)13.22º92.19%25.1%-
XYZ2.361.530.32-
YUV30.27113.74152.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 73.56%
GREEN value IS 18 (7.42% from 255) = 20.69%
BLUE value IS 5 (2.34% from 255) = 5.75%
R=73.56%
G=20.69%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6418500.720.920.7513.2285.5113.53
Hex401250485C4Bd56e
Octal10022501101341131512616
Binary1000000100101010100100010111001001011110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401205; }

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

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

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

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

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

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

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

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