#420F08

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

Shades of Seal Brown #420F08

Tints of Seal Brown #420F08

Color information

#420F08 (or 0x420F08) is unknown color: approx Seal Brown. HEX triplet: 42, 0F and 08. RGB value is (66,15,8). Sum of RGB (Red+Green+Blue) = 66+15+8=89 (11% of max value = 765). Red value is 66 (26.17% from 255 or 74.16% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 66 - color contains mainly: red. Hex color #420F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420F08 is #BDF0F7. Grayscale: #1D1D1D. Windows color (decimal): -12447992 or 528194. OLE color: 528194.

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

Color convert

RGB66158-
CMYK00.770.880.74
HSL7.24º78.38%14.51%-
HSV(B)7.24º87.88%25.88%-
XYZ2.461.520.39-
YUV29.45115.9154.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 74.16%
GREEN value IS 15 (6.25% from 255) = 16.85%
BLUE value IS 8 (3.52% from 255) = 8.99%
R=74.16%
G=16.85%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6615800.770.880.747.2478.3814.51
Hex42F804D584A74ef
Octal10217100115130112711617
Binary100001011111000010011011011000100101011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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