#441C1A

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

Shades of Seal Brown #441C1A

Tints of Seal Brown #441C1A

Color information

#441C1A (or 0x441C1A) is unknown color: approx Seal Brown. HEX triplet: 44, 1C and 1A. RGB value is (68,28,26). Sum of RGB (Red+Green+Blue) = 68+28+26=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #441C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C1A is #BBE3E5. Grayscale: #272727. Windows color (decimal): -12313574 or 1711172. OLE color: 1711172.

HSL color Cylindrical-coordinate representation of color #441C1A: hue angle of 2.86º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441C1A is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB682826-
CMYK00.590.620.73
HSL2.86º44.68%18.43%-
HSV(B)2.86º61.76%26.67%-
XYZ2.992.131.23-
YUV39.73120.25148.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 55.74%
GREEN value IS 28 (11.33% from 255) = 22.95%
BLUE value IS 26 (10.55% from 255) = 21.31%
R=55.74%
G=22.95%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68282600.590.620.732.8644.6818.43
Hex441C1A03B3E4932d12
Octal10434320737611135522
Binary10001001110011010011101111111010010011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441C1A; }

 p { color: rgb(68,28,26); }

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

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

 a { background-color: rgb(68,28,26); }

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

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

 span { border-color: rgb(68,28,26); }

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