#440F02

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

Shades of Seal Brown #440F02

Tints of Seal Brown #440F02

Color information

#440F02 (or 0x440F02) is unknown color: approx Seal Brown. HEX triplet: 44, 0F and 02. RGB value is (68,15,2). Sum of RGB (Red+Green+Blue) = 68+15+2=85 (11% of max value = 765). Red value is 68 (26.95% from 255 or 80% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 68 - color contains mainly: red. Hex color #440F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440F02 is #BBF0FD. Grayscale: #1D1D1D. Windows color (decimal): -12316926 or 134980. OLE color: 134980.

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

Color convert

RGB68152-
CMYK00.780.970.73
HSL11.82º94.29%13.73%-
HSV(B)11.82º97.06%26.67%-
XYZ2.571.570.23-
YUV29.36112.56155.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 80%
GREEN value IS 15 (6.25% from 255) = 17.65%
BLUE value IS 2 (1.17% from 255) = 2.35%
R=80%
G=17.65%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6815200.780.970.7311.8294.2913.73
Hex44F204E6149c5ee
Octal10417201161411111413616
Binary10001001111100100111011000011001001110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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