#421104

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

Shades of Seal Brown #421104

Tints of Seal Brown #421104

Color information

#421104 (or 0x421104) is unknown color: approx Seal Brown. HEX triplet: 42, 11 and 04. RGB value is (66,17,4). Sum of RGB (Red+Green+Blue) = 66+17+4=87 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75.86% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 66 - color contains mainly: red. Hex color #421104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421104 is #BDEEFB. Grayscale: #1E1E1E. Windows color (decimal): -12447484 or 266562. OLE color: 266562.

HSL color Cylindrical-coordinate representation of color #421104: hue angle of 12.58º 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 #421104 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB66174-
CMYK00.740.940.74
HSL12.58º88.57%13.73%-
HSV(B)12.58º93.94%25.88%-
XYZ2.471.570.29-
YUV30.17113.23153.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 75.86%
GREEN value IS 17 (7.03% from 255) = 19.54%
BLUE value IS 4 (1.95% from 255) = 4.60%
R=75.86%
G=19.54%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6617400.740.940.7412.5888.5713.73
Hex4211404A5E4Ad59e
Octal10221401121361121513116
Binary1000010100011000100101010111101001010110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421104; }

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

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

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

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

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

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

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

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