#420A08

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

Shades of Seal Brown #420A08

Tints of Seal Brown #420A08

Color information

#420A08 (or 0x420A08) is unknown color: approx Seal Brown. HEX triplet: 42, 0A and 08. RGB value is (66,10,8). Sum of RGB (Red+Green+Blue) = 66+10+8=84 (11% of max value = 765). Red value is 66 (26.17% from 255 or 78.57% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 66 - color contains mainly: red. Hex color #420A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420A08 is #BDF5F7. Grayscale: #1A1A1A. Windows color (decimal): -12449272 or 526914. OLE color: 526914.

HSL color Cylindrical-coordinate representation of color #420A08: hue angle of 2.07º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420A08 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB66108-
CMYK00.850.880.74
HSL2.07º78.38%14.51%-
HSV(B)2.07º87.88%25.88%-
XYZ2.41.390.37-
YUV26.52117.55156.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 78.57%
GREEN value IS 10 (4.30% from 255) = 11.90%
BLUE value IS 8 (3.52% from 255) = 9.52%
R=78.57%
G=11.90%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6610800.850.880.742.0778.3814.51
Hex42A8055584A24ef
Octal10212100125130112211617
Binary10000101010100001010101101100010010101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,10,8); }

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

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

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

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

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

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

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