#440202

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

Shades of Seal Brown #440202

Tints of Seal Brown #440202

Color information

#440202 (or 0x440202) is unknown color: approx Seal Brown. HEX triplet: 44, 02 and 02. RGB value is (68,2,2). Sum of RGB (Red+Green+Blue) = 68+2+2=72 (9% of max value = 765). Red value is 68 (26.95% from 255 or 94.44% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 68 - color contains mainly: red. Hex color #440202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440202 is #BBFDFD. Grayscale: #151515. Windows color (decimal): -12320254 or 131652. OLE color: 131652.

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

Color convert

RGB6822-
CMYK00.970.970.73
HSL94.29%13.73%-
HSV(B)97.06%26.67%-
XYZ2.421.280.18-
YUV21.73116.87161-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 94.44%
GREEN value IS 2 (1.17% from 255) = 2.78%
BLUE value IS 2 (1.17% from 255) = 2.78%
R=94.44%
G=2.78%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal682200.970.970.73094.2913.73
Hex4422061614905ee
Octal104220141141111013616
Binary100010010100110000111000011001001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440202; }

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

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

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

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

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

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

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

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