#3F0C03

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

Shades of Seal Brown #3F0C03

Tints of Seal Brown #3F0C03

Color information

#3F0C03 (or 0x3F0C03) is unknown color: approx Seal Brown. HEX triplet: 3F, 0C and 03. RGB value is (63,12,3). Sum of RGB (Red+Green+Blue) = 63+12+3=78 (10% of max value = 765). Red value is 63 (25% from 255 or 80.77% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0C03 is #C0F3FC. Grayscale: #1A1A1A. Windows color (decimal): -12645373 or 199743. OLE color: 199743.

HSL color Cylindrical-coordinate representation of color #3F0C03: hue angle of 9º 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 #3F0C03 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB63123-
CMYK00.810.950.75
HSL90.91%12.94%-
HSV(B)95.24%24.71%-
XYZ2.21.330.23-
YUV26.22114.9154.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 80.77%
GREEN value IS 12 (5.08% from 255) = 15.38%
BLUE value IS 3 (1.56% from 255) = 3.85%
R=80.77%
G=15.38%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6312300.810.950.75990.9112.94
Hex3FC30515F4B95bd
Octal7714301211371131113315
Binary1111111100110101000110111111001011100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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