#241412

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

Shades of Seal Brown #241412

Tints of Seal Brown #241412

Color information

#241412 (or 0x241412) is unknown color: approx Seal Brown. HEX triplet: 24, 14 and 12. RGB value is (36,20,18). Sum of RGB (Red+Green+Blue) = 36+20+18=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 36 - color contains mainly: red. Hex color #241412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241412 is #DBEBED. Grayscale: #181818. Windows color (decimal): -14412782 or 1184804. OLE color: 1184804.

HSL color Cylindrical-coordinate representation of color #241412: hue angle of 6.67º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #241412 is Cyan = 0, Magento = 0.44, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB362018-
CMYK00.440.50.86
HSL6.67º33.33%10.59%-
HSV(B)6.67º50%14.12%-
XYZ1.090.920.69-
YUV24.56124.3136.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 48.65%
GREEN value IS 20 (8.20% from 255) = 27.03%
BLUE value IS 18 (7.42% from 255) = 24.32%
R=48.65%
G=27.03%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36201800.440.50.866.6733.3310.59
Hex24141202C3256721b
Octal4424220546212674113
Binary1001001010010010010110011001010101101111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241412; }

 p { color: rgb(36,20,18); }

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

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

 a { background-color: rgb(36,20,18); }

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

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

 span { border-color: rgb(36,20,18); }

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