#240E01

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

Shades of Seal Brown #240E01

Tints of Seal Brown #240E01

Color information

#240E01 (or 0x240E01) is unknown color: approx Seal Brown. HEX triplet: 24, 0E and 01. RGB value is (36,14,1). Sum of RGB (Red+Green+Blue) = 36+14+1=51 (6% of max value = 765). Red value is 36 (14.45% from 255 or 70.59% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 36 - color contains mainly: red. Hex color #240E01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240E01 is #DBF1FE. Grayscale: #131313. Windows color (decimal): -14414335 or 69156. OLE color: 69156.

HSL color Cylindrical-coordinate representation of color #240E01: hue angle of 22.29º 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 #240E01 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB36141-
CMYK00.610.970.86
HSL22.29º94.59%7.25%-
HSV(B)22.29º97.22%14.12%-
XYZ0.890.690.12-
YUV19.1117.79140.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 70.59%
GREEN value IS 14 (5.86% from 255) = 27.45%
BLUE value IS 1 (0.78% from 255) = 1.96%
R=70.59%
G=27.45%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3614100.610.970.8622.2994.597.25
Hex24E103D6156165f7
Octal44161075141126261377
Binary10010011101011110111000011010110101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240E01; }

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

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

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

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

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

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

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

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