#420F03

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

Shades of Seal Brown #420F03

Tints of Seal Brown #420F03

Color information

#420F03 (or 0x420F03) is unknown color: approx Seal Brown. HEX triplet: 42, 0F and 03. RGB value is (66,15,3). Sum of RGB (Red+Green+Blue) = 66+15+3=84 (11% of max value = 765). Red value is 66 (26.17% from 255 or 78.57% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 3 (1.56% from 255 or 3.57% from 84); Max value from RGB is 66 - color contains mainly: red. Hex color #420F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420F03 is #BDF0FC. Grayscale: #1C1C1C. Windows color (decimal): -12447997 or 200514. OLE color: 200514.

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

Color convert

RGB66153-
CMYK00.770.950.74
HSL11.43º91.3%13.53%-
HSV(B)11.43º95.45%25.88%-
XYZ2.431.510.25-
YUV28.88113.4154.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 78.57%
GREEN value IS 15 (6.25% from 255) = 17.86%
BLUE value IS 3 (1.56% from 255) = 3.57%
R=78.57%
G=17.86%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6615300.770.950.7411.4391.313.53
Hex42F304D5F4Ab5be
Octal10217301151371121313316
Binary10000101111110100110110111111001010101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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