#440C01

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

Shades of Seal Brown #440C01

Tints of Seal Brown #440C01

Color information

#440C01 (or 0x440C01) is unknown color: approx Seal Brown. HEX triplet: 44, 0C and 01. RGB value is (68,12,1). Sum of RGB (Red+Green+Blue) = 68+12+1=81 (10% of max value = 765). Red value is 68 (26.95% from 255 or 83.95% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 68 - color contains mainly: red. Hex color #440C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440C01 is #BBF3FE. Grayscale: #1B1B1B. Windows color (decimal): -12317695 or 68676. OLE color: 68676.

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

Color convert

RGB68121-
CMYK00.820.990.73
HSL9.85º97.1%13.53%-
HSV(B)9.85º98.53%26.67%-
XYZ2.521.490.18-
YUV27.49113.05156.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 83.95%
GREEN value IS 12 (5.08% from 255) = 14.81%
BLUE value IS 1 (0.78% from 255) = 1.23%
R=83.95%
G=14.81%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6812100.820.990.739.8597.113.53
Hex44C10526349a61e
Octal10414101221431111214116
Binary1000100110010101001011000111001001101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,12,1); }

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

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

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

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

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

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

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