#421002

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

Shades of Seal Brown #421002

Tints of Seal Brown #421002

Color information

#421002 (or 0x421002) is unknown color: approx Seal Brown. HEX triplet: 42, 10 and 02. RGB value is (66,16,2). Sum of RGB (Red+Green+Blue) = 66+16+2=84 (11% of max value = 765). Red value is 66 (26.17% from 255 or 78.57% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 66 - color contains mainly: red. Hex color #421002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421002 is #BDEFFD. Grayscale: #1D1D1D. Windows color (decimal): -12447742 or 135234. OLE color: 135234.

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

Color convert

RGB66162-
CMYK00.760.970.74
HSL13.12º94.12%13.33%-
HSV(B)13.12º96.97%25.88%-
XYZ2.441.530.22-
YUV29.35112.56154.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 78.57%
GREEN value IS 16 (6.64% from 255) = 19.05%
BLUE value IS 2 (1.17% from 255) = 2.38%
R=78.57%
G=19.05%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6616200.760.970.7413.1294.1213.33
Hex4210204C614Ad5ed
Octal10220201141411121513615
Binary100001010000100100110011000011001010110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421002; }

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

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

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

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

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

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

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

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