#3F0605

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

Shades of Seal Brown #3F0605

Tints of Seal Brown #3F0605

Color information

#3F0605 (or 0x3F0605) is unknown color: approx Seal Brown. HEX triplet: 3F, 06 and 05. RGB value is (63,6,5). Sum of RGB (Red+Green+Blue) = 63+6+5=74 (9% of max value = 765). Red value is 63 (25% from 255 or 85.14% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0605 is #C0F9FA. Grayscale: #161616. Windows color (decimal): -12646907 or 329279. OLE color: 329279.

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

Color convert

RGB6365-
CMYK00.900.920.75
HSL1.03º85.29%13.33%-
HSV(B)1.03º92.06%24.71%-
XYZ2.141.20.26-
YUV22.93117.88156.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 85.14%
GREEN value IS 6 (2.73% from 255) = 8.11%
BLUE value IS 5 (2.34% from 255) = 6.76%
R=85.14%
G=8.11%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal636500.900.920.751.0385.2913.33
Hex3F6505A5C4B155d
Octal77650132134113112515
Binary1111111101010101101010111001001011110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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