#3F0A00

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

Shades of Seal Brown #3F0A00

Tints of Seal Brown #3F0A00

Color information

#3F0A00 (or 0x3F0A00) is unknown color: approx Seal Brown. HEX triplet: 3F, 0A and 00. RGB value is (63,10,0). Sum of RGB (Red+Green+Blue) = 63+10+0=73 (9% of max value = 765). Red value is 63 (25% from 255 or 86.30% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0A00 is #C0F5FF. Grayscale: #181818. Windows color (decimal): -12645888 or 2623. OLE color: 2623.

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

Color convert

RGB63100-
CMYK00.8410.75
HSL9.52º100%12.35%-
HSV(B)9.52º100%24.71%-
XYZ2.161.270.13-
YUV24.71114.06155.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 86.30%
GREEN value IS 10 (4.30% from 255) = 13.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.30%
G=13.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6310000.8410.759.5210012.35
Hex3FA0054644Ba64c
Octal7712001241441131214414
Binary111111101000101010011001001001011101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,10,0); }

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

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

 a { background-color: rgb(63,10,0); }

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

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

 span { border-color: rgb(63,10,0); }

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