#240801

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

Shades of Seal Brown #240801

Tints of Seal Brown #240801

Color information

#240801 (or 0x240801) is unknown color: approx Seal Brown. HEX triplet: 24, 08 and 01. RGB value is (36,8,1). Sum of RGB (Red+Green+Blue) = 36+8+1=45 (5% of max value = 765). Red value is 36 (14.45% from 255 or 80% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 36 - color contains mainly: red. Hex color #240801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240801 is #DBF7FE. Grayscale: #0F0F0F. Windows color (decimal): -14415871 or 67620. OLE color: 67620.

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

Color convert

RGB3681-
CMYK00.780.970.86
HSL12º94.59%7.25%-
HSV(B)12º97.22%14.12%-
XYZ0.820.550.09-
YUV15.57119.78142.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 80%
GREEN value IS 8 (3.52% from 255) = 17.78%
BLUE value IS 1 (0.78% from 255) = 2.22%
R=80%
G=17.78%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal368100.780.970.861294.597.25
Hex248104E6156c5f7
Octal441010116141126141377
Binary10010010001010011101100001101011011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240801; }

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

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

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

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

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

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

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

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