#420402

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

Shades of Seal Brown #420402

Tints of Seal Brown #420402

Color information

#420402 (or 0x420402) is unknown color: approx Seal Brown. HEX triplet: 42, 04 and 02. RGB value is (66,4,2). Sum of RGB (Red+Green+Blue) = 66+4+2=72 (9% of max value = 765). Red value is 66 (26.17% from 255 or 91.67% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 66 - color contains mainly: red. Hex color #420402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420402 is #BDFBFD. Grayscale: #161616. Windows color (decimal): -12450814 or 132162. OLE color: 132162.

HSL color Cylindrical-coordinate representation of color #420402: hue angle of 1.88º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420402 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB6642-
CMYK00.940.970.74
HSL1.88º94.12%13.33%-
HSV(B)1.88º96.97%25.88%-
XYZ2.31.250.18-
YUV22.31116.54159.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 91.67%
GREEN value IS 4 (1.95% from 255) = 5.56%
BLUE value IS 2 (1.17% from 255) = 2.78%
R=91.67%
G=5.56%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal664200.940.970.741.8894.1213.33
Hex424205E614A25ed
Octal102420136141112213615
Binary10000101001001011110110000110010101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420402; }

 p { color: rgb(66,4,2); }

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

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

 a { background-color: rgb(66,4,2); }

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

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

 span { border-color: rgb(66,4,2); }

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