#3F0806

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

Shades of Seal Brown #3F0806

Tints of Seal Brown #3F0806

Color information

#3F0806 (or 0x3F0806) is unknown color: approx Seal Brown. HEX triplet: 3F, 08 and 06. RGB value is (63,8,6). Sum of RGB (Red+Green+Blue) = 63+8+6=77 (10% of max value = 765). Red value is 63 (25% from 255 or 81.82% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0806 is #C0F7F9. Grayscale: #181818. Windows color (decimal): -12646394 or 395327. OLE color: 395327.

HSL color Cylindrical-coordinate representation of color #3F0806: hue angle of 2.11º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F0806 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.75.

Color convert

RGB6386-
CMYK00.870.900.75
HSL2.11º82.61%13.53%-
HSV(B)2.11º90.48%24.71%-
XYZ2.171.240.3-
YUV24.22117.72155.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 81.82%
GREEN value IS 8 (3.52% from 255) = 10.39%
BLUE value IS 6 (2.73% from 255) = 7.79%
R=81.82%
G=10.39%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal638600.870.900.752.1182.6113.53
Hex3F860575A4B253e
Octal771060127132113212316
Binary111111100011001010111101101010010111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,8,6); }

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

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

 a { background-color: rgb(63,8,6); }

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

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

 span { border-color: rgb(63,8,6); }

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