#24110C

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

Shades of Seal Brown #24110C

Tints of Seal Brown #24110C

Color information

#24110C (or 0x24110C) is unknown color: approx Seal Brown. HEX triplet: 24, 11 and 0C. RGB value is (36,17,12). Sum of RGB (Red+Green+Blue) = 36+17+12=65 (8% of max value = 765). Red value is 36 (14.45% from 255 or 55.38% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 36 - color contains mainly: red. Hex color #24110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24110C is #DBEEF3. Grayscale: #161616. Windows color (decimal): -14413556 or 790820. OLE color: 790820.

HSL color Cylindrical-coordinate representation of color #24110C: hue angle of 12.5º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24110C is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB361712-
CMYK00.530.670.86
HSL12.5º50%9.41%-
HSV(B)12.5º66.67%14.12%-
XYZ0.990.80.45-
YUV22.11122.29137.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 55.38%
GREEN value IS 17 (7.03% from 255) = 26.15%
BLUE value IS 12 (5.08% from 255) = 18.46%
R=55.38%
G=26.15%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36171200.530.670.8612.5509.41
Hex2411C0354356d329
Octal442114065103126156211
Binary10010010001110001101011000011101011011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24110C; }

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

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

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

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

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

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

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

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