#420E05

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

Shades of Seal Brown #420E05

Tints of Seal Brown #420E05

Color information

#420E05 (or 0x420E05) is unknown color: approx Seal Brown. HEX triplet: 42, 0E and 05. RGB value is (66,14,5). Sum of RGB (Red+Green+Blue) = 66+14+5=85 (11% of max value = 765). Red value is 66 (26.17% from 255 or 77.65% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 66 - color contains mainly: red. Hex color #420E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420E05 is #BDF1FA. Grayscale: #1C1C1C. Windows color (decimal): -12448251 or 331330. OLE color: 331330.

HSL color Cylindrical-coordinate representation of color #420E05: hue angle of 8.85º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420E05 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.74.

Color convert

RGB66145-
CMYK00.790.920.74
HSL8.85º85.92%13.92%-
HSV(B)8.85º92.42%25.88%-
XYZ2.431.480.3-
YUV28.52114.73154.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 77.65%
GREEN value IS 14 (5.86% from 255) = 16.47%
BLUE value IS 5 (2.34% from 255) = 5.88%
R=77.65%
G=16.47%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.92
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6614500.790.920.748.8585.9213.92
Hex42E504F5C4A956e
Octal10216501171341121112616
Binary100001011101010100111110111001001010100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420E05; }

 p { color: rgb(66,14,5); }

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

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

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

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

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

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

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