#421102

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

Shades of Seal Brown #421102

Tints of Seal Brown #421102

Color information

#421102 (or 0x421102) is unknown color: approx Seal Brown. HEX triplet: 42, 11 and 02. RGB value is (66,17,2). Sum of RGB (Red+Green+Blue) = 66+17+2=85 (11% of max value = 765). Red value is 66 (26.17% from 255 or 77.65% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 66 - color contains mainly: red. Hex color #421102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421102 is #BDEEFD. Grayscale: #1E1E1E. Windows color (decimal): -12447486 or 135490. OLE color: 135490.

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

Color convert

RGB66172-
CMYK00.740.970.74
HSL14.06º94.12%13.33%-
HSV(B)14.06º96.97%25.88%-
XYZ2.461.560.23-
YUV29.94112.23153.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 77.65%
GREEN value IS 17 (7.03% from 255) = 20%
BLUE value IS 2 (1.17% from 255) = 2.35%
R=77.65%
G=20%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6617200.740.970.7414.0694.1213.33
Hex4211204A614Ae5ed
Octal10221201121411121613615
Binary100001010001100100101011000011001010111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421102; }

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

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

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

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

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

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

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

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