#241713

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

Shades of Seal Brown #241713

Tints of Seal Brown #241713

Color information

#241713 (or 0x241713) is unknown color: approx Seal Brown. HEX triplet: 24, 17 and 13. RGB value is (36,23,19). Sum of RGB (Red+Green+Blue) = 36+23+19=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 36 - color contains mainly: red. Hex color #241713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241713 is #DBE8EC. Grayscale: #1A1A1A. Windows color (decimal): -14412013 or 1251108. OLE color: 1251108.

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

Color convert

RGB362319-
CMYK00.360.470.86
HSL14.12º30.91%10.78%-
HSV(B)14.12º47.22%14.12%-
XYZ1.151.030.76-
YUV26.43123.81134.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 46.15%
GREEN value IS 23 (9.38% from 255) = 29.49%
BLUE value IS 19 (7.81% from 255) = 24.36%
R=46.15%
G=29.49%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36231900.360.470.8614.1230.9110.78
Hex2417130242F56e1fb
Octal44272304457126163713
Binary1001001011110011010010010111110101101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241713; }

 p { color: rgb(36,23,19); }

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

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

 a { background-color: rgb(36,23,19); }

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

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

 span { border-color: rgb(36,23,19); }

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