#240F04

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

Shades of Seal Brown #240F04

Tints of Seal Brown #240F04

Color information

#240F04 (or 0x240F04) is unknown color: approx Seal Brown. HEX triplet: 24, 0F and 04. RGB value is (36,15,4). Sum of RGB (Red+Green+Blue) = 36+15+4=55 (7% of max value = 765). Red value is 36 (14.45% from 255 or 65.45% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 36 - color contains mainly: red. Hex color #240F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240F04 is #DBF0FB. Grayscale: #141414. Windows color (decimal): -14414076 or 266020. OLE color: 266020.

HSL color Cylindrical-coordinate representation of color #240F04: hue angle of 20.62º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240F04 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.86.

Color convert

RGB36154-
CMYK00.580.890.86
HSL20.62º80%7.84%-
HSV(B)20.62º88.89%14.12%-
XYZ0.920.730.21-
YUV20.02118.96139.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 65.45%
GREEN value IS 15 (6.25% from 255) = 27.27%
BLUE value IS 4 (1.95% from 255) = 7.27%
R=65.45%
G=27.27%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3615400.580.890.8620.62807.84
Hex24F403A595615508
Octal441740721311262512010
Binary10010011111000111010101100110101101010110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,15,4); }

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

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

 a { background-color: rgb(36,15,4); }

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

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

 span { border-color: rgb(36,15,4); }

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