#420D05

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

Shades of Seal Brown #420D05

Tints of Seal Brown #420D05

Color information

#420D05 (or 0x420D05) is unknown color: approx Seal Brown. HEX triplet: 42, 0D and 05. RGB value is (66,13,5). Sum of RGB (Red+Green+Blue) = 66+13+5=84 (11% of max value = 765). Red value is 66 (26.17% from 255 or 78.57% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 66 - color contains mainly: red. Hex color #420D05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420D05 is #BDF2FA. Grayscale: #1C1C1C. Windows color (decimal): -12448507 or 331074. OLE color: 331074.

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

Color convert

RGB66135-
CMYK00.800.920.74
HSL7.87º85.92%13.92%-
HSV(B)7.87º92.42%25.88%-
XYZ2.421.460.3-
YUV27.94115.06155.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 78.57%
GREEN value IS 13 (5.47% from 255) = 15.48%
BLUE value IS 5 (2.34% from 255) = 5.95%
R=78.57%
G=15.48%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6613500.800.920.747.8785.9213.92
Hex42D50505C4A856e
Octal10215501201341121012616
Binary100001011011010101000010111001001010100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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