#420502

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

Shades of Seal Brown #420502

Tints of Seal Brown #420502

Color information

#420502 (or 0x420502) is unknown color: approx Seal Brown. HEX triplet: 42, 05 and 02. RGB value is (66,5,2). Sum of RGB (Red+Green+Blue) = 66+5+2=73 (9% of max value = 765). Red value is 66 (26.17% from 255 or 90.41% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 66 - color contains mainly: red. Hex color #420502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420502 is #BDFAFD. Grayscale: #161616. Windows color (decimal): -12450558 or 132418. OLE color: 132418.

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

Color convert

RGB6652-
CMYK00.920.970.74
HSL2.81º94.12%13.33%-
HSV(B)2.81º96.97%25.88%-
XYZ2.311.270.18-
YUV22.9116.21158.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 90.41%
GREEN value IS 5 (2.34% from 255) = 6.85%
BLUE value IS 2 (1.17% from 255) = 2.74%
R=90.41%
G=6.85%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal665200.920.970.742.8194.1213.33
Hex425205C614A35ed
Octal102520134141112313615
Binary10000101011001011100110000110010101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420502; }

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

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

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

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

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

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

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

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