#241005

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

Shades of Seal Brown #241005

Tints of Seal Brown #241005

Color information

#241005 (or 0x241005) is unknown color: approx Seal Brown. HEX triplet: 24, 10 and 05. RGB value is (36,16,5). Sum of RGB (Red+Green+Blue) = 36+16+5=57 (7% of max value = 765). Red value is 36 (14.45% from 255 or 63.16% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 36 - color contains mainly: red. Hex color #241005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241005 is #DBEFFA. Grayscale: #141414. Windows color (decimal): -14413819 or 331812. OLE color: 331812.

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

Color convert

RGB36165-
CMYK00.560.860.86
HSL21.29º75.61%8.04%-
HSV(B)21.29º86.11%14.12%-
XYZ0.940.760.24-
YUV20.73119.13138.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 63.16%
GREEN value IS 16 (6.64% from 255) = 28.07%
BLUE value IS 5 (2.34% from 255) = 8.77%
R=63.16%
G=28.07%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3616500.560.860.8621.2975.618.04
Hex241050385656154c8
Octal442050701261262511410
Binary100100100001010111000101011010101101010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241005; }

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

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

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

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

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

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

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

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