#420B05

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

Shades of Seal Brown #420B05

Tints of Seal Brown #420B05

Color information

#420B05 (or 0x420B05) is unknown color: approx Seal Brown. HEX triplet: 42, 0B and 05. RGB value is (66,11,5). Sum of RGB (Red+Green+Blue) = 66+11+5=82 (10% of max value = 765). Red value is 66 (26.17% from 255 or 80.49% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 66 - color contains mainly: red. Hex color #420B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420B05 is #BDF4FA. Grayscale: #1A1A1A. Windows color (decimal): -12449019 or 330562. OLE color: 330562.

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

Color convert

RGB66115-
CMYK00.830.920.74
HSL5.9º85.92%13.92%-
HSV(B)5.9º92.42%25.88%-
XYZ2.391.410.29-
YUV26.76115.72155.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 80.49%
GREEN value IS 11 (4.69% from 255) = 13.41%
BLUE value IS 5 (2.34% from 255) = 6.10%
R=80.49%
G=13.41%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6611500.830.920.745.985.9213.92
Hex42B50535C4A656e
Octal1021350123134112612616
Binary10000101011101010100111011100100101011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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