#420B09

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

Shades of Seal Brown #420B09

Tints of Seal Brown #420B09

Color information

#420B09 (or 0x420B09) is unknown color: approx Seal Brown. HEX triplet: 42, 0B and 09. RGB value is (66,11,9). Sum of RGB (Red+Green+Blue) = 66+11+9=86 (11% of max value = 765). Red value is 66 (26.17% from 255 or 76.74% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 9 (3.91% from 255 or 10.47% from 86); Max value from RGB is 66 - color contains mainly: red. Hex color #420B09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420B09 is #BDF4F6. Grayscale: #1B1B1B. Windows color (decimal): -12449015 or 592706. OLE color: 592706.

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

Color convert

RGB66119-
CMYK00.830.860.74
HSL2.11º76%14.71%-
HSV(B)2.11º86.36%25.88%-
XYZ2.421.420.4-
YUV27.22117.72155.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 76.74%
GREEN value IS 11 (4.69% from 255) = 12.79%
BLUE value IS 9 (3.91% from 255) = 10.47%
R=76.74%
G=12.79%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6611900.830.860.742.117614.71
Hex42B9053564A24cf
Octal10213110123126112211417
Binary10000101011100101010011101011010010101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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