#440B04

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

Shades of Seal Brown #440B04

Tints of Seal Brown #440B04

Color information

#440B04 (or 0x440B04) is unknown color: approx Seal Brown. HEX triplet: 44, 0B and 04. RGB value is (68,11,4). Sum of RGB (Red+Green+Blue) = 68+11+4=83 (10% of max value = 765). Red value is 68 (26.95% from 255 or 81.93% from 83); Green value is 11 (4.69% from 255 or 13.25% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 68 - color contains mainly: red. Hex color #440B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440B04 is #BBF4FB. Grayscale: #1B1B1B. Windows color (decimal): -12317948 or 265028. OLE color: 265028.

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

Color convert

RGB68114-
CMYK00.840.940.73
HSL6.56º88.89%14.12%-
HSV(B)6.56º94.12%26.67%-
XYZ2.531.480.27-
YUV27.24114.88157.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 81.93%
GREEN value IS 11 (4.69% from 255) = 13.25%
BLUE value IS 4 (1.95% from 255) = 4.82%
R=81.93%
G=13.25%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6811400.840.940.736.5688.8914.12
Hex44B40545E49759e
Octal1041340124136111713116
Binary10001001011100010101001011110100100111110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,11,4); }

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

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

 a { background-color: rgb(68,11,4); }

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

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

 span { border-color: rgb(68,11,4); }

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