#241110

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

Shades of Seal Brown #241110

Tints of Seal Brown #241110

Color information

#241110 (or 0x241110) is unknown color: approx Seal Brown. HEX triplet: 24, 11 and 10. RGB value is (36,17,16). Sum of RGB (Red+Green+Blue) = 36+17+16=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 16 (6.64% from 255 or 23.19% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #241110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241110 is #DBEEEF. Grayscale: #161616. Windows color (decimal): -14413552 or 1052964. OLE color: 1052964.

HSL color Cylindrical-coordinate representation of color #241110: hue angle of 3º 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 #241110 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB361716-
CMYK00.530.560.86
HSL38.46%10.2%-
HSV(B)55.56%14.12%-
XYZ1.020.810.59-
YUV22.57124.29137.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 52.17%
GREEN value IS 17 (7.03% from 255) = 24.64%
BLUE value IS 16 (6.64% from 255) = 23.19%
R=52.17%
G=24.64%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36171600.530.560.86338.4610.2
Hex2411100353856326a
Octal4421200657012634612
Binary100100100011000001101011110001010110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241110; }

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

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

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

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

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

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

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

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