#240400

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

Shades of Seal Brown #240400

Tints of Seal Brown #240400

Color information

#240400 (or 0x240400) is unknown color: approx Seal Brown. HEX triplet: 24, 04 and 00. RGB value is (36,4,0). Sum of RGB (Red+Green+Blue) = 36+4+0=40 (5% of max value = 765). Red value is 36 (14.45% from 255 or 90% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 36 - color contains mainly: red. Hex color #240400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240400 is #DBFBFF. Grayscale: #0D0D0D. Windows color (decimal): -14416896 or 1060. OLE color: 1060.

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

Color convert

RGB3640-
CMYK00.8910.86
HSL6.67º100%7.06%-
HSV(B)6.67º100%14.12%-
XYZ0.770.460.05-
YUV13.11120.6144.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 90%
GREEN value IS 4 (1.95% from 255) = 10%
BLUE value IS 0 (0.39% from 255) = 0%
R=90%
G=10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal364000.8910.866.671007.06
Hex244005964567647
Octal4440013114412671447
Binary100100100001011001110010010101101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240400; }

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

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

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

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

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

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

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

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