#440800

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

Shades of Seal Brown #440800

Tints of Seal Brown #440800

Color information

#440800 (or 0x440800) is unknown color: approx Seal Brown. HEX triplet: 44, 08 and 00. RGB value is (68,8,0). Sum of RGB (Red+Green+Blue) = 68+8+0=76 (10% of max value = 765). Red value is 68 (26.95% from 255 or 89.47% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 68 - color contains mainly: red. Hex color #440800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440800 is #BBF7FF. Grayscale: #191919. Windows color (decimal): -12318720 or 2116. OLE color: 2116.

HSL color Cylindrical-coordinate representation of color #440800: hue angle of 7.06º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440800 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB6880-
CMYK00.8810.73
HSL7.06º100%13.33%-
HSV(B)7.06º100%26.67%-
XYZ2.471.40.14-
YUV25.03113.88158.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 89.47%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.47%
G=10.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal688000.8810.737.0610013.33
Hex44800586449764d
Octal1041000130144111714415
Binary100010010000010110001100100100100111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440800; }

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

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

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

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

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

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

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

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