#240501

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

Shades of Seal Brown #240501

Tints of Seal Brown #240501

Color information

#240501 (or 0x240501) is unknown color: approx Seal Brown. HEX triplet: 24, 05 and 01. RGB value is (36,5,1). Sum of RGB (Red+Green+Blue) = 36+5+1=42 (5% of max value = 765). Red value is 36 (14.45% from 255 or 85.71% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 36 - color contains mainly: red. Hex color #240501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240501 is #DBFAFE. Grayscale: #0D0D0D. Windows color (decimal): -14416639 or 66852. OLE color: 66852.

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

Color convert

RGB3651-
CMYK00.860.970.86
HSL6.86º94.59%7.25%-
HSV(B)6.86º97.22%14.12%-
XYZ0.790.490.08-
YUV13.81120.77143.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 85.71%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 1 (0.78% from 255) = 2.38%
R=85.71%
G=11.90%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal365100.860.970.866.8694.597.25
Hex2451056615675f7
Octal4451012614112671377
Binary100100101101010110110000110101101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240501; }

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

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

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

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

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

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

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

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