#240601

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

Shades of Seal Brown #240601

Tints of Seal Brown #240601

Color information

#240601 (or 0x240601) is unknown color: approx Seal Brown. HEX triplet: 24, 06 and 01. RGB value is (36,6,1). Sum of RGB (Red+Green+Blue) = 36+6+1=43 (5% of max value = 765). Red value is 36 (14.45% from 255 or 83.72% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 36 - color contains mainly: red. Hex color #240601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240601 is #DBF9FE. Grayscale: #0E0E0E. Windows color (decimal): -14416383 or 67108. OLE color: 67108.

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

Color convert

RGB3661-
CMYK00.830.970.86
HSL8.57º94.59%7.25%-
HSV(B)8.57º97.22%14.12%-
XYZ0.80.510.08-
YUV14.4120.44143.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 83.72%
GREEN value IS 6 (2.73% from 255) = 13.95%
BLUE value IS 1 (0.78% from 255) = 2.33%
R=83.72%
G=13.95%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal366100.830.970.868.5794.597.25
Hex2461053615695f7
Octal44610123141126111377
Binary1001001101010100111100001101011010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240601; }

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

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

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

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

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

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

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

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