#441002

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

Shades of Seal Brown #441002

Tints of Seal Brown #441002

Color information

#441002 (or 0x441002) is unknown color: approx Seal Brown. HEX triplet: 44, 10 and 02. RGB value is (68,16,2). Sum of RGB (Red+Green+Blue) = 68+16+2=86 (11% of max value = 765). Red value is 68 (26.95% from 255 or 79.07% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 68 - color contains mainly: red. Hex color #441002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441002 is #BBEFFD. Grayscale: #1E1E1E. Windows color (decimal): -12316670 or 135236. OLE color: 135236.

HSL color Cylindrical-coordinate representation of color #441002: hue angle of 12.73º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #441002 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB68162-
CMYK00.760.970.73
HSL12.73º94.29%13.73%-
HSV(B)12.73º97.06%26.67%-
XYZ2.581.60.23-
YUV29.95112.23155.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 79.07%
GREEN value IS 16 (6.64% from 255) = 18.60%
BLUE value IS 2 (1.17% from 255) = 2.33%
R=79.07%
G=18.60%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6816200.760.970.7312.7394.2913.73
Hex4410204C6149d5ee
Octal10420201141411111513616
Binary100010010000100100110011000011001001110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441002; }

 p { color: rgb(68,16,2); }

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

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

 a { background-color: rgb(68,16,2); }

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

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

 span { border-color: rgb(68,16,2); }

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