#421109

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

Shades of Seal Brown #421109

Tints of Seal Brown #421109

Color information

#421109 (or 0x421109) is unknown color: approx Seal Brown. HEX triplet: 42, 11 and 09. RGB value is (66,17,9). Sum of RGB (Red+Green+Blue) = 66+17+9=92 (12% of max value = 765). Red value is 66 (26.17% from 255 or 71.74% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 66 - color contains mainly: red. Hex color #421109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421109 is #BDEEF6. Grayscale: #1E1E1E. Windows color (decimal): -12447479 or 594242. OLE color: 594242.

HSL color Cylindrical-coordinate representation of color #421109: hue angle of 8.42º 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 #421109 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.74.

Color convert

RGB66179-
CMYK00.740.860.74
HSL8.42º76%14.71%-
HSV(B)8.42º86.36%25.88%-
XYZ2.51.580.43-
YUV30.74115.73153.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 71.74%
GREEN value IS 17 (7.03% from 255) = 18.48%
BLUE value IS 9 (3.91% from 255) = 9.78%
R=71.74%
G=18.48%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6617900.740.860.748.427614.71
Hex4211904A564A84cf
Octal102211101121261121011417
Binary10000101000110010100101010101101001010100010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421109; }

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

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

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

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

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

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

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

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