#3F0C01

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

Shades of Seal Brown #3F0C01

Tints of Seal Brown #3F0C01

Color information

#3F0C01 (or 0x3F0C01) is unknown color: approx Seal Brown. HEX triplet: 3F, 0C and 01. RGB value is (63,12,1). Sum of RGB (Red+Green+Blue) = 63+12+1=76 (10% of max value = 765). Red value is 63 (25% from 255 or 82.89% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0C01 is #C0F3FE. Grayscale: #1A1A1A. Windows color (decimal): -12645375 or 68671. OLE color: 68671.

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

Color convert

RGB63121-
CMYK00.810.980.75
HSL10.65º96.88%12.55%-
HSV(B)10.65º98.41%24.71%-
XYZ2.191.320.17-
YUV26113.9154.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 82.89%
GREEN value IS 12 (5.08% from 255) = 15.79%
BLUE value IS 1 (0.78% from 255) = 1.32%
R=82.89%
G=15.79%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6312100.810.980.7510.6596.8812.55
Hex3FC1051624Bb61d
Octal7714101211421131314115
Binary111111110010101000111000101001011101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,12,1); }

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

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

 a { background-color: rgb(63,12,1); }

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

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

 span { border-color: rgb(63,12,1); }

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