#440F03

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

Shades of Seal Brown #440F03

Tints of Seal Brown #440F03

Color information

#440F03 (or 0x440F03) is unknown color: approx Seal Brown. HEX triplet: 44, 0F and 03. RGB value is (68,15,3). Sum of RGB (Red+Green+Blue) = 68+15+3=86 (11% of max value = 765). Red value is 68 (26.95% from 255 or 79.07% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 3 (1.56% from 255 or 3.49% from 86); Max value from RGB is 68 - color contains mainly: red. Hex color #440F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440F03 is #BBF0FC. Grayscale: #1D1D1D. Windows color (decimal): -12316925 or 200516. OLE color: 200516.

HSL color Cylindrical-coordinate representation of color #440F03: hue angle of 11.08º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440F03 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB68153-
CMYK00.780.960.73
HSL11.08º91.55%13.92%-
HSV(B)11.08º95.59%26.67%-
XYZ2.571.580.26-
YUV29.48113.06155.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 79.07%
GREEN value IS 15 (6.25% from 255) = 17.44%
BLUE value IS 3 (1.56% from 255) = 3.49%
R=79.07%
G=17.44%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6815300.780.960.7311.0891.5513.92
Hex44F304E6049b5ce
Octal10417301161401111313416
Binary10001001111110100111011000001001001101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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