#241613

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

Shades of Seal Brown #241613

Tints of Seal Brown #241613

Color information

#241613 (or 0x241613) is unknown color: approx Seal Brown. HEX triplet: 24, 16 and 13. RGB value is (36,22,19). Sum of RGB (Red+Green+Blue) = 36+22+19=77 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.75% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 36 - color contains mainly: red. Hex color #241613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241613 is #DBE9EC. Grayscale: #191919. Windows color (decimal): -14412269 or 1250852. OLE color: 1250852.

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

Color convert

RGB362219-
CMYK00.390.470.86
HSL10.59º30.91%10.78%-
HSV(B)10.59º47.22%14.12%-
XYZ1.1310.75-
YUV25.84124.14135.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 46.75%
GREEN value IS 22 (8.98% from 255) = 28.57%
BLUE value IS 19 (7.81% from 255) = 24.68%
R=46.75%
G=28.57%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36221900.390.470.8610.5930.9110.78
Hex2416130272F56b1fb
Octal44262304757126133713
Binary1001001011010011010011110111110101101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241613; }

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

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

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

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

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

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

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

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