#420F0B

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

Shades of Seal Brown #420F0B

Tints of Seal Brown #420F0B

Color information

#420F0B (or 0x420F0B) is unknown color: approx Seal Brown. HEX triplet: 42, 0F and 0B. RGB value is (66,15,11). Sum of RGB (Red+Green+Blue) = 66+15+11=92 (12% of max value = 765). Red value is 66 (26.17% from 255 or 71.74% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 66 - color contains mainly: red. Hex color #420F0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420F0B is #BDF0F4. Grayscale: #1D1D1D. Windows color (decimal): -12447989 or 724802. OLE color: 724802.

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

Color convert

RGB661511-
CMYK00.770.830.74
HSL4.36º71.43%15.1%-
HSV(B)4.36º83.33%25.88%-
XYZ2.481.520.48-
YUV29.79117.4153.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 71.74%
GREEN value IS 15 (6.25% from 255) = 16.30%
BLUE value IS 11 (4.69% from 255) = 11.96%
R=71.74%
G=16.30%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66151100.770.830.744.3671.4315.1
Hex42FB04D534A447f
Octal10217130115123112410717
Binary100001011111011010011011010011100101010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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