#440302

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

Shades of Seal Brown #440302

Tints of Seal Brown #440302

Color information

#440302 (or 0x440302) is unknown color: approx Seal Brown. HEX triplet: 44, 03 and 02. RGB value is (68,3,2). Sum of RGB (Red+Green+Blue) = 68+3+2=73 (9% of max value = 765). Red value is 68 (26.95% from 255 or 93.15% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 68 - color contains mainly: red. Hex color #440302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440302 is #BBFCFD. Grayscale: #161616. Windows color (decimal): -12319998 or 131908. OLE color: 131908.

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

Color convert

RGB6832-
CMYK00.960.970.73
HSL0.91º94.29%13.73%-
HSV(B)0.91º97.06%26.67%-
XYZ2.431.30.18-
YUV22.32116.53160.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 93.15%
GREEN value IS 3 (1.56% from 255) = 4.11%
BLUE value IS 2 (1.17% from 255) = 2.74%
R=93.15%
G=4.11%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal683200.960.970.730.9194.2913.73
Hex4432060614915ee
Octal104320140141111113616
Binary100010011100110000011000011001001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440302; }

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

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

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

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

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

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

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

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