#421411

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

Shades of Seal Brown #421411

Tints of Seal Brown #421411

Color information

#421411 (or 0x421411) is unknown color: approx Seal Brown. HEX triplet: 42, 14 and 11. RGB value is (66,20,17). Sum of RGB (Red+Green+Blue) = 66+20+17=103 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.08% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 66 - color contains mainly: red. Hex color #421411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421411 is #BDEBEE. Grayscale: #212121. Windows color (decimal): -12446703 or 1119298. OLE color: 1119298.

HSL color Cylindrical-coordinate representation of color #421411: hue angle of 3.67º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #421411 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB662017-
CMYK00.700.740.74
HSL3.67º59.04%16.27%-
HSV(B)3.67º74.24%25.88%-
XYZ2.61.70.72-
YUV33.41118.74151.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 64.08%
GREEN value IS 20 (8.20% from 255) = 19.42%
BLUE value IS 17 (7.03% from 255) = 16.50%
R=64.08%
G=19.42%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66201700.700.740.743.6759.0416.27
Hex4214110464A4A43b10
Octal1022421010611211247320
Binary10000101010010001010001101001010100101010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421411; }

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

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

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

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

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

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

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

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