#421204

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

Shades of Seal Brown #421204

Tints of Seal Brown #421204

Color information

#421204 (or 0x421204) is unknown color: approx Seal Brown. HEX triplet: 42, 12 and 04. RGB value is (66,18,4). Sum of RGB (Red+Green+Blue) = 66+18+4=88 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 66 - color contains mainly: red. Hex color #421204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421204 is #BDEDFB. Grayscale: #1E1E1E. Windows color (decimal): -12447228 or 266818. OLE color: 266818.

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

Color convert

RGB66184-
CMYK00.730.940.74
HSL13.55º88.57%13.73%-
HSV(B)13.55º93.94%25.88%-
XYZ2.481.60.29-
YUV30.76112.9153.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 75%
GREEN value IS 18 (7.42% from 255) = 20.45%
BLUE value IS 4 (1.95% from 255) = 4.55%
R=75%
G=20.45%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6618400.730.940.7413.5588.5713.73
Hex421240495E4Ae59e
Octal10222401111361121613116
Binary1000010100101000100100110111101001010111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421204; }

 p { color: rgb(66,18,4); }

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

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

 a { background-color: rgb(66,18,4); }

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

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

 span { border-color: rgb(66,18,4); }

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