#440801

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

Shades of Seal Brown #440801

Tints of Seal Brown #440801

Color information

#440801 (or 0x440801) is unknown color: approx Seal Brown. HEX triplet: 44, 08 and 01. RGB value is (68,8,1). Sum of RGB (Red+Green+Blue) = 68+8+1=77 (10% of max value = 765). Red value is 68 (26.95% from 255 or 88.31% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 68 - color contains mainly: red. Hex color #440801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440801 is #BBF7FE. Grayscale: #191919. Windows color (decimal): -12318719 or 67652. OLE color: 67652.

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

Color convert

RGB6881-
CMYK00.880.990.73
HSL6.27º97.1%13.53%-
HSV(B)6.27º98.53%26.67%-
XYZ2.481.40.17-
YUV25.14114.38158.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 88.31%
GREEN value IS 8 (3.52% from 255) = 10.39%
BLUE value IS 1 (0.78% from 255) = 1.30%
R=88.31%
G=10.39%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal688100.880.990.736.2797.113.53
Hex44810586349661e
Octal1041010130143111614116
Binary100010010001010110001100011100100111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440801; }

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

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

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

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

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

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

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

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