#241210

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

Shades of Seal Brown #241210

Tints of Seal Brown #241210

Color information

#241210 (or 0x241210) is unknown color: approx Seal Brown. HEX triplet: 24, 12 and 10. RGB value is (36,18,16). Sum of RGB (Red+Green+Blue) = 36+18+16=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #241210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241210 is #DBEDEF. Grayscale: #171717. Windows color (decimal): -14413296 or 1053220. OLE color: 1053220.

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

Color convert

RGB361816-
CMYK00.50.560.86
HSL38.46%10.2%-
HSV(B)55.56%14.12%-
XYZ1.040.850.6-
YUV23.15123.96137.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 51.43%
GREEN value IS 18 (7.42% from 255) = 25.71%
BLUE value IS 16 (6.64% from 255) = 22.86%
R=51.43%
G=25.71%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36181600.50.560.86638.4610.2
Hex2412100323856626a
Octal4422200627012664612
Binary1001001001010000011001011100010101101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241210; }

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

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

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

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

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

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

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

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