#420F0D

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

Shades of Seal Brown #420F0D

Tints of Seal Brown #420F0D

Color information

#420F0D (or 0x420F0D) is unknown color: approx Seal Brown. HEX triplet: 42, 0F and 0D. RGB value is (66,15,13). Sum of RGB (Red+Green+Blue) = 66+15+13=94 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.21% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 66 - color contains mainly: red. Hex color #420F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420F0D is #BDF0F2. Grayscale: #1E1E1E. Windows color (decimal): -12447987 or 855874. OLE color: 855874.

HSL color Cylindrical-coordinate representation of color #420F0D: hue angle of 2.26º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #420F0D is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB661513-
CMYK00.770.800.74
HSL2.26º67.09%15.49%-
HSV(B)2.26º80.3%25.88%-
XYZ2.491.530.54-
YUV30.02118.4153.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 70.21%
GREEN value IS 15 (6.25% from 255) = 15.96%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=70.21%
G=15.96%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66151300.770.800.742.2667.0915.49
Hex42FD04D504A243f
Octal10217150115120112210317
Binary10000101111110101001101101000010010101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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