#440802

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

Shades of Seal Brown #440802

Tints of Seal Brown #440802

Color information

#440802 (or 0x440802) is unknown color: approx Seal Brown. HEX triplet: 44, 08 and 02. RGB value is (68,8,2). Sum of RGB (Red+Green+Blue) = 68+8+2=78 (10% of max value = 765). Red value is 68 (26.95% from 255 or 87.18% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 68 - color contains mainly: red. Hex color #440802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440802 is #BBF7FD. Grayscale: #191919. Windows color (decimal): -12318718 or 133188. OLE color: 133188.

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

Color convert

RGB6882-
CMYK00.880.970.73
HSL5.45º94.29%13.73%-
HSV(B)5.45º97.06%26.67%-
XYZ2.481.410.2-
YUV25.26114.88158.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 87.18%
GREEN value IS 8 (3.52% from 255) = 10.26%
BLUE value IS 2 (1.17% from 255) = 2.56%
R=87.18%
G=10.26%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal688200.880.970.735.4594.2913.73
Hex4482058614955ee
Octal1041020130141111513616
Binary1000100100010010110001100001100100110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440802; }

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

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

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

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

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

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

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

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