#240C05

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

Shades of Seal Brown #240C05

Tints of Seal Brown #240C05

Color information

#240C05 (or 0x240C05) is unknown color: approx Seal Brown. HEX triplet: 24, 0C and 05. RGB value is (36,12,5). Sum of RGB (Red+Green+Blue) = 36+12+5=53 (7% of max value = 765). Red value is 36 (14.45% from 255 or 67.92% from 53); Green value is 12 (5.08% from 255 or 22.64% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 36 - color contains mainly: red. Hex color #240C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240C05 is #DBF3FA. Grayscale: #121212. Windows color (decimal): -14414843 or 330788. OLE color: 330788.

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

Color convert

RGB36125-
CMYK00.670.860.86
HSL13.55º75.61%8.04%-
HSV(B)13.55º86.11%14.12%-
XYZ0.890.650.22-
YUV18.38120.45140.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 67.92%
GREEN value IS 12 (5.08% from 255) = 22.64%
BLUE value IS 5 (2.34% from 255) = 9.43%
R=67.92%
G=22.64%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3612500.670.860.8613.5575.618.04
Hex24C50435656e4c8
Octal4414501031261261611410
Binary10010011001010100001110101101010110111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,12,5); }

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

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

 a { background-color: rgb(36,12,5); }

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

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

 span { border-color: rgb(36,12,5); }

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