#421212

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

Shades of Seal Brown #421212

Tints of Seal Brown #421212

Color information

#421212 (or 0x421212) is unknown color: approx Seal Brown. HEX triplet: 42, 12 and 12. RGB value is (66,18,18). Sum of RGB (Red+Green+Blue) = 66+18+18=102 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.71% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 66 - color contains mainly: red. Hex color #421212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421212 is #BDEDED. Grayscale: #202020. Windows color (decimal): -12447214 or 1184322. OLE color: 1184322.

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

Color convert

RGB661818-
CMYK00.730.730.74
HSL57.14%16.47%-
HSV(B)72.73%25.88%-
XYZ2.571.630.75-
YUV32.35119.9152-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 64.71%
GREEN value IS 18 (7.42% from 255) = 17.65%
BLUE value IS 18 (7.42% from 255) = 17.65%
R=64.71%
G=17.65%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66181800.730.730.74057.1416.47
Hex421212049494A03910
Octal1022222011111111207120
Binary100001010010100100100100110010011001010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421212; }

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

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

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

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

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

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

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

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