#420200

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

Shades of Seal Brown #420200

Tints of Seal Brown #420200

Color information

#420200 (or 0x420200) is unknown color: approx Seal Brown. HEX triplet: 42, 02 and 00. RGB value is (66,2,0). Sum of RGB (Red+Green+Blue) = 66+2+0=68 (9% of max value = 765). Red value is 66 (26.17% from 255 or 97.06% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 66 - color contains mainly: red. Hex color #420200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420200 is #BDFDFF. Grayscale: #141414. Windows color (decimal): -12451328 or 578. OLE color: 578.

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

Color convert

RGB6620-
CMYK00.9710.74
HSL1.82º100%12.94%-
HSV(B)1.82º100%25.88%-
XYZ2.271.20.11-
YUV20.91116.2160.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 97.06%
GREEN value IS 2 (1.17% from 255) = 2.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.06%
G=2.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal662000.9710.741.8210012.94
Hex4220061644A264d
Octal102200141144112214415
Binary100001010001100001110010010010101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420200; }

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

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

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

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

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

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

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

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