#420A02

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

Shades of Seal Brown #420A02

Tints of Seal Brown #420A02

Color information

#420A02 (or 0x420A02) is unknown color: approx Seal Brown. HEX triplet: 42, 0A and 02. RGB value is (66,10,2). Sum of RGB (Red+Green+Blue) = 66+10+2=78 (10% of max value = 765). Red value is 66 (26.17% from 255 or 84.62% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 66 - color contains mainly: red. Hex color #420A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420A02 is #BDF5FD. Grayscale: #191919. Windows color (decimal): -12449278 or 133698. OLE color: 133698.

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

Color convert

RGB66102-
CMYK00.850.970.74
HSL7.5º94.12%13.33%-
HSV(B)7.5º96.97%25.88%-
XYZ2.371.380.2-
YUV25.83114.55156.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 84.62%
GREEN value IS 10 (4.30% from 255) = 12.82%
BLUE value IS 2 (1.17% from 255) = 2.56%
R=84.62%
G=12.82%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6610200.850.970.747.594.1213.33
Hex42A2055614A85ed
Octal10212201251411121013615
Binary10000101010100101010111000011001010100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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