#420C02

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

Shades of Seal Brown #420C02

Tints of Seal Brown #420C02

Color information

#420C02 (or 0x420C02) is unknown color: approx Seal Brown. HEX triplet: 42, 0C and 02. RGB value is (66,12,2). Sum of RGB (Red+Green+Blue) = 66+12+2=80 (10% of max value = 765). Red value is 66 (26.17% from 255 or 82.5% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 66 - color contains mainly: red. Hex color #420C02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420C02 is #BDF3FD. Grayscale: #1B1B1B. Windows color (decimal): -12448766 or 134210. OLE color: 134210.

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

Color convert

RGB66122-
CMYK00.820.970.74
HSL9.38º94.12%13.33%-
HSV(B)9.38º96.97%25.88%-
XYZ2.391.430.21-
YUV27.01113.89155.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 82.5%
GREEN value IS 12 (5.08% from 255) = 15%
BLUE value IS 2 (1.17% from 255) = 2.5%
R=82.5%
G=15%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6612200.820.970.749.3894.1213.33
Hex42C2052614A95ed
Octal10214201221411121113615
Binary10000101100100101001011000011001010100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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