#421D1C

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

Shades of Seal Brown #421D1C

Tints of Seal Brown #421D1C

Color information

#421D1C (or 0x421D1C) is unknown color: approx Seal Brown. HEX triplet: 42, 1D and 1C. RGB value is (66,29,28). Sum of RGB (Red+Green+Blue) = 66+29+28=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #421D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D1C is #BDE2E3. Grayscale: #272727. Windows color (decimal): -12444388 or 1842498. OLE color: 1842498.

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

Color convert

RGB662928-
CMYK00.560.580.74
HSL1.58º40.43%18.43%-
HSV(B)1.58º57.58%25.88%-
XYZ2.92.121.36-
YUV39.95121.26146.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.66%
GREEN value IS 29 (11.72% from 255) = 23.58%
BLUE value IS 28 (11.33% from 255) = 22.76%
R=53.66%
G=23.58%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66292800.560.580.741.5840.4318.43
Hex421D1C0383A4A22812
Octal10235340707211225022
Binary10000101110111100011100011101010010101010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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