#3F0D03

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

Shades of Seal Brown #3F0D03

Tints of Seal Brown #3F0D03

Color information

#3F0D03 (or 0x3F0D03) is unknown color: approx Seal Brown. HEX triplet: 3F, 0D and 03. RGB value is (63,13,3). Sum of RGB (Red+Green+Blue) = 63+13+3=79 (10% of max value = 765). Red value is 63 (25% from 255 or 79.75% from 79); Green value is 13 (5.47% from 255 or 16.46% from 79); Blue value is 3 (1.56% from 255 or 3.80% from 79); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0D03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0D03 is #C0F2FC. Grayscale: #1A1A1A. Windows color (decimal): -12645117 or 199999. OLE color: 199999.

HSL color Cylindrical-coordinate representation of color #3F0D03: hue angle of 10º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0D03 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB63133-
CMYK00.790.950.75
HSL10º90.91%12.94%-
HSV(B)10º95.24%24.71%-
XYZ2.211.350.23-
YUV26.81114.56153.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 79.75%
GREEN value IS 13 (5.47% from 255) = 16.46%
BLUE value IS 3 (1.56% from 255) = 3.80%
R=79.75%
G=16.46%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6313300.790.950.751090.9112.94
Hex3FD304F5F4Ba5bd
Octal7715301171371131213315
Binary1111111101110100111110111111001011101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F0D03; }

 p { color: rgb(63,13,3); }

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

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

 a { background-color: rgb(63,13,3); }

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

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

 span { border-color: rgb(63,13,3); }

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