#420603

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

Shades of Seal Brown #420603

Tints of Seal Brown #420603

Color information

#420603 (or 0x420603) is unknown color: approx Seal Brown. HEX triplet: 42, 06 and 03. RGB value is (66,6,3). Sum of RGB (Red+Green+Blue) = 66+6+3=75 (9% of max value = 765). Red value is 66 (26.17% from 255 or 88% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 66 - color contains mainly: red. Hex color #420603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420603 is #BDF9FC. Grayscale: #171717. Windows color (decimal): -12450301 or 198210. OLE color: 198210.

HSL color Cylindrical-coordinate representation of color #420603: hue angle of 2.86º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420603 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.74.

Color convert

RGB6663-
CMYK00.910.950.74
HSL2.86º91.3%13.53%-
HSV(B)2.86º95.45%25.88%-
XYZ2.331.30.21-
YUV23.6116.38158.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 88%
GREEN value IS 6 (2.73% from 255) = 8%
BLUE value IS 3 (1.56% from 255) = 4%
R=88%
G=8%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666300.910.950.742.8691.313.53
Hex426305B5F4A35be
Octal102630133137112313316
Binary10000101101101011011101111110010101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420603; }

 p { color: rgb(66,6,3); }

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

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

 a { background-color: rgb(66,6,3); }

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

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

 span { border-color: rgb(66,6,3); }

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