#240701

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

Shades of Seal Brown #240701

Tints of Seal Brown #240701

Color information

#240701 (or 0x240701) is unknown color: approx Seal Brown. HEX triplet: 24, 07 and 01. RGB value is (36,7,1). Sum of RGB (Red+Green+Blue) = 36+7+1=44 (5% of max value = 765). Red value is 36 (14.45% from 255 or 81.82% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 36 - color contains mainly: red. Hex color #240701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240701 is #DBF8FE. Grayscale: #0F0F0F. Windows color (decimal): -14416127 or 67364. OLE color: 67364.

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

Color convert

RGB3671-
CMYK00.810.970.86
HSL10.29º94.59%7.25%-
HSV(B)10.29º97.22%14.12%-
XYZ0.810.530.09-
YUV14.99120.11142.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 81.82%
GREEN value IS 7 (3.12% from 255) = 15.91%
BLUE value IS 1 (0.78% from 255) = 2.27%
R=81.82%
G=15.91%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal367100.810.970.8610.2994.597.25
Hex24710516156a5f7
Octal44710121141126121377
Binary1001001111010100011100001101011010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240701; }

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

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

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

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

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

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

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

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