#420905

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

Shades of Seal Brown #420905

Tints of Seal Brown #420905

Color information

#420905 (or 0x420905) is unknown color: approx Seal Brown. HEX triplet: 42, 09 and 05. RGB value is (66,9,5). Sum of RGB (Red+Green+Blue) = 66+9+5=80 (10% of max value = 765). Red value is 66 (26.17% from 255 or 82.5% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 66 - color contains mainly: red. Hex color #420905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420905 is #BDF6FA. Grayscale: #191919. Windows color (decimal): -12449531 or 330050. OLE color: 330050.

HSL color Cylindrical-coordinate representation of color #420905: hue angle of 3.93º 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 #420905 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.74.

Color convert

RGB6695-
CMYK00.860.920.74
HSL3.93º85.92%13.92%-
HSV(B)3.93º92.42%25.88%-
XYZ2.371.360.28-
YUV25.59116.38156.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 82.5%
GREEN value IS 9 (3.91% from 255) = 11.25%
BLUE value IS 5 (2.34% from 255) = 6.25%
R=82.5%
G=11.25%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal669500.860.920.743.9385.9213.92
Hex42950565C4A456e
Octal1021150126134112412616
Binary10000101001101010101101011100100101010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420905; }

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

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

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

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

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

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

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

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