#3F100D

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

Shades of Seal Brown #3F100D

Tints of Seal Brown #3F100D

Color information

#3F100D (or 0x3F100D) is unknown color: approx Seal Brown. HEX triplet: 3F, 10 and 0D. RGB value is (63,16,13). Sum of RGB (Red+Green+Blue) = 63+16+13=92 (12% of max value = 765). Red value is 63 (25% from 255 or 68.48% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 63 - color contains mainly: red. Hex color #3F100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F100D is #C0EFF2. Grayscale: #1D1D1D. Windows color (decimal): -12644339 or 856127. OLE color: 856127.

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

Color convert

RGB631613-
CMYK00.750.790.75
HSL3.6º65.79%14.9%-
HSV(B)3.6º79.37%24.71%-
XYZ2.311.460.54-
YUV29.71118.57151.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 68.48%
GREEN value IS 16 (6.64% from 255) = 17.39%
BLUE value IS 13 (5.47% from 255) = 14.13%
R=68.48%
G=17.39%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63161300.750.790.753.665.7914.9
Hex3F10D04B4F4B442f
Octal7720150113117113410217
Binary111111100001101010010111001111100101110010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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