#240F0D

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

Shades of Seal Brown #240F0D

Tints of Seal Brown #240F0D

Color information

#240F0D (or 0x240F0D) is unknown color: approx Seal Brown. HEX triplet: 24, 0F and 0D. RGB value is (36,15,13). Sum of RGB (Red+Green+Blue) = 36+15+13=64 (8% of max value = 765). Red value is 36 (14.45% from 255 or 56.25% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 36 - color contains mainly: red. Hex color #240F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240F0D is #DBF0F2. Grayscale: #151515. Windows color (decimal): -14414067 or 855844. OLE color: 855844.

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

Color convert

RGB361513-
CMYK00.580.640.86
HSL5.22º46.94%9.61%-
HSV(B)5.22º63.89%14.12%-
XYZ0.970.750.47-
YUV21.05123.46138.66-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 56.25%
GREEN value IS 15 (6.25% from 255) = 23.44%
BLUE value IS 13 (5.47% from 255) = 20.31%
R=56.25%
G=23.44%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36151300.580.640.865.2246.949.61
Hex24FD03A405652fa
Octal44171507210012655712
Binary100100111111010111010100000010101101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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