#421209

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

Shades of Seal Brown #421209

Tints of Seal Brown #421209

Color information

#421209 (or 0x421209) is unknown color: approx Seal Brown. HEX triplet: 42, 12 and 09. RGB value is (66,18,9). Sum of RGB (Red+Green+Blue) = 66+18+9=93 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.97% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 66 - color contains mainly: red. Hex color #421209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421209 is #BDEDF6. Grayscale: #1F1F1F. Windows color (decimal): -12447223 or 594498. OLE color: 594498.

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

Color convert

RGB66189-
CMYK00.730.860.74
HSL9.47º76%14.71%-
HSV(B)9.47º86.36%25.88%-
XYZ2.511.610.44-
YUV31.33115.4152.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 70.97%
GREEN value IS 18 (7.42% from 255) = 19.35%
BLUE value IS 9 (3.91% from 255) = 9.68%
R=70.97%
G=19.35%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6618900.730.860.749.477614.71
Hex42129049564A94cf
Octal102221101111261121111417
Binary10000101001010010100100110101101001010100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421209; }

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

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

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

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

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

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

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

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