#240401

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

Shades of Seal Brown #240401

Tints of Seal Brown #240401

Color information

#240401 (or 0x240401) is unknown color: approx Seal Brown. HEX triplet: 24, 04 and 01. RGB value is (36,4,1). Sum of RGB (Red+Green+Blue) = 36+4+1=41 (5% of max value = 765). Red value is 36 (14.45% from 255 or 87.80% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 1 (0.78% from 255 or 2.44% from 41); Max value from RGB is 36 - color contains mainly: red. Hex color #240401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240401 is #DBFBFE. Grayscale: #0D0D0D. Windows color (decimal): -14416895 or 66596. OLE color: 66596.

HSL color Cylindrical-coordinate representation of color #240401: hue angle of 5.14º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240401 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB3641-
CMYK00.890.970.86
HSL5.14º94.59%7.25%-
HSV(B)5.14º97.22%14.12%-
XYZ0.780.460.08-
YUV13.23121.1144.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 87.80%
GREEN value IS 4 (1.95% from 255) = 9.76%
BLUE value IS 1 (0.78% from 255) = 2.44%
R=87.80%
G=9.76%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal364100.890.970.865.1494.597.25
Hex2441059615655f7
Octal4441013114112651377
Binary100100100101011001110000110101101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240401; }

 p { color: rgb(36,4,1); }

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

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

 a { background-color: rgb(36,4,1); }

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

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

 span { border-color: rgb(36,4,1); }

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