#440A02

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

Shades of Seal Brown #440A02

Tints of Seal Brown #440A02

Color information

#440A02 (or 0x440A02) is unknown color: approx Seal Brown. HEX triplet: 44, 0A and 02. RGB value is (68,10,2). Sum of RGB (Red+Green+Blue) = 68+10+2=80 (10% of max value = 765). Red value is 68 (26.95% from 255 or 85% from 80); Green value is 10 (4.30% from 255 or 12.5% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 68 - color contains mainly: red. Hex color #440A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440A02 is #BBF5FD. Grayscale: #1A1A1A. Windows color (decimal): -12318206 or 133700. OLE color: 133700.

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

Color convert

RGB68102-
CMYK00.850.970.73
HSL7.27º94.29%13.73%-
HSV(B)7.27º97.06%26.67%-
XYZ2.51.450.21-
YUV26.43114.22157.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 85%
GREEN value IS 10 (4.30% from 255) = 12.5%
BLUE value IS 2 (1.17% from 255) = 2.5%
R=85%
G=12.5%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6810200.850.970.737.2794.2913.73
Hex44A2055614975ee
Octal1041220125141111713616
Binary1000100101010010101011100001100100111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440A02; }

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

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

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

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

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

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

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

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