#421D1D

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

Shades of Seal Brown #421D1D

Tints of Seal Brown #421D1D

Color information

#421D1D (or 0x421D1D) is unknown color: approx Seal Brown. HEX triplet: 42, 1D and 1D. RGB value is (66,29,29). Sum of RGB (Red+Green+Blue) = 66+29+29=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #421D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D1D is #BDE2E2. Grayscale: #282828. Windows color (decimal): -12444387 or 1908034. OLE color: 1908034.

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

Color convert

RGB662929-
CMYK00.560.560.74
HSL38.95%18.63%-
HSV(B)56.06%25.88%-
XYZ2.912.131.42-
YUV40.06121.76146.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.23%
GREEN value IS 29 (11.72% from 255) = 23.39%
BLUE value IS 29 (11.72% from 255) = 23.39%
R=53.23%
G=23.39%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66292900.560.560.74038.9518.63
Hex421D1D038384A02713
Octal10235350707011204723
Binary1000010111011110101110001110001001010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421D1D; }

 p { color: rgb(66,29,29); }

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

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

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

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

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

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

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